Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 9bc2d7c

Browse files
authored
docs: fix example for pin remote service add (#3636)
Update key name
1 parent 64cc1e1 commit 9bc2d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-api/PIN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ An object may have the following optional fields:
303303
```JavaScript
304304
await ipfs.pin.remote.sevice.add('pinata', {
305305
endpoint: new URL('https://api.pinata.cloud'),
306-
name: 'block-party'
306+
key: 'your-pinata-key'
307307
})
308308
```
309309

0 commit comments

Comments
 (0)