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

docs: fix example for pin remote service add #3636

Merged
merged 1 commit into from
May 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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