We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d18e0c commit 6645689Copy full SHA for 6645689
1 file changed
packages/client/README.md
@@ -28,6 +28,7 @@ First, obtain an API token from https://nft.storage and use it in place of `API_
28
29
```js
30
import { NFTStorage, File } from 'nft.storage'
31
+
32
const client = new NFTStorage({ token: 'API_TOKEN' })
33
34
async function main() {
0 commit comments