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

Commit

Permalink
docs: fix example for pin remote service add (#3636)
Browse files Browse the repository at this point in the history
Update key name
  • Loading branch information
ludwigschub authored May 4, 2021
1 parent 64cc1e1 commit 9bc2d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-api/PIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ An object may have the following optional fields:
```JavaScript
await ipfs.pin.remote.sevice.add('pinata', {
endpoint: new URL('https://api.pinata.cloud'),
name: 'block-party'
key: 'your-pinata-key'
})
```

Expand Down

0 comments on commit 9bc2d7c

Please sign in to comment.