diff --git a/docs/core-api/PIN.md b/docs/core-api/PIN.md index cd68eb3d52..54a25e3df4 100644 --- a/docs/core-api/PIN.md +++ b/docs/core-api/PIN.md @@ -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' }) ```