From 3650ee8b042ed24648291c0c2d80c285c425435e Mon Sep 17 00:00:00 2001 From: Yusef Napora Date: Thu, 8 Sep 2022 15:23:04 -0400 Subject: [PATCH] fix missing `:` in createClient example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6162a0c8..d56eff62e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ import { createClient } from 'w3up-client' const client = createClient({ serviceDID: 'did:key:z6MkrZ1r5XBFZjBU34qyD8fueMbMRkKw17BZaq2ivKFjnz2z', - serviceURL 'https://8609r1772a.execute-api.us-east-1.amazonaws.com', + serviceURL: 'https://8609r1772a.execute-api.us-east-1.amazonaws.com', accessDID: 'did:key:z6MkkHafoFWxxWVNpNXocFdU6PL2RVLyTEgS1qTnD3bRP7V9', accessURL: 'https://access-api.web3.storage', settings: new Map(), @@ -170,4 +170,4 @@ async function tryRemove(cid) { [elastic-ipfs]: https://github.com/elastic-ipfs/elastic-ipfs [ucanto]: https://github.com/web3-storage/ucanto [car-spec]: https://ipld.io/specs/transport/car/ -[web3storage-docs-cars]: https://web3.storage/docs/how-tos/work-with-car-files/ \ No newline at end of file +[web3storage-docs-cars]: https://web3.storage/docs/how-tos/work-with-car-files/