From 3c02591061482af696f749ab51954e0be2ab5952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 1 Nov 2022 16:26:18 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfc5fd9..eb46d4d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kredits IPFS Pinner -This tool pins the IPFS hashes of a Kredits organisation on an IPFS node. +This tool pins the IPFS documents of a Kredits organization on any IPFS node. ## Usage @@ -9,11 +9,11 @@ config flags, in case it is not running on localhost with default ports.) ### With NPX magic - npx @kosmos/kredits-ipfs-pinner + npx @kredits/ipfs-pinner ### Global install - npm install -g @kosmos/kredits-ipfs-pinner + npm install -g @kredits/ipfs-pinner kredits-ipfs-pinner ### From repo