Update README.md
Henrique Dias committed
Dec 11, 2019 at 17:26 UTC
b370cb13bcd32d4f4f9a60b66259577e4005ad18
1 file changed
+1
-1
docs/examples/go-ipfs-as-a-library/README.md
+1
-1
@@ -76,7 +76,7 @@ The [main function](./main.go#L202-L331) is where the magic starts, and it is th
76
To get [get a node running](./main.go#L218-L223) as an [ephemeral node](./main.go#L114-L128) (that will cease to exist when the run ends), you will need to:
77
78
- [Prepare and set up the plugins](./main.go#L30-L47)
79
-- [Create an IPFS repo](./main.go#L49-L68)
79
+- [Create an IPFS repo and configure it](./main.go#L49-L68)
80
- [Construct the IPFS node instance itself](./main.go#L72-L96)
81
82
As soon as you construct the IPFS node instance, the node will be running.