From 607b531297376b46fd514e15c3aad95eab5059bf Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Tue, 5 Nov 2019 06:34:12 -0700 Subject: [PATCH] docs: update ipfs-101 example README.md (#2572) * Update README.md Added a reciprocal link to the go-ipfs version of this tutorial (the go version links back to this one): https://github.com/ipfs/go-ipfs/blob/master/docs/examples/go-ipfs-as-a-library/README.md * Update examples/ipfs-101/README.md --- examples/ipfs-101/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/ipfs-101/README.md b/examples/ipfs-101/README.md index 2830e0c500..cbd9d47eaa 100644 --- a/examples/ipfs-101/README.md +++ b/examples/ipfs-101/README.md @@ -1,5 +1,7 @@ # IPFS 101, spawn a node and add a file to the IPFS network +> This tutorial is the sibling of the [go-ipfs "Using go-ipfs as a library" tutorial](https://github.com/ipfs/go-ipfs/tree/master/docs/examples/go-ipfs-as-a-library). + In this tutorial, we go through spawning an IPFS node, adding a file and cat'ing the file multihash locally and through the gateway. You can find a complete version of this tutorial in [1.js](./1.js). For this tutorial, you need to install `ipfs` using `npm install ipfs`.