From 4d1ab0bc70bb395231c39e2fa06ed3357ef85157 Mon Sep 17 00:00:00 2001 From: Ludwig <35169452+ludwigschubi@users.noreply.github.com> Date: Sun, 25 Apr 2021 20:34:54 +0200 Subject: [PATCH] Fix example for adding remote pinning service --- docs/core-api/PIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }) ```