Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 7c45bb7

Browse files
committed
chore: rename images to img
1 parent 0fd0089 commit 7c45bb7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/browser-create-react-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Once the IPFS node is set up, `App.js` displays its ident and its version number
109109

110110
> _Side note: The PeerId of the IPFS node is [the multihash of the public key of this node](https://github.com/libp2p/specs/blob/master/peer-ids/peer-ids.md#peer-ids). The public-private key pair of a node is generated by typing `ipfs init`._
111111
112-
![Screen shot of the js ipfs node id info](./images/screenshot.png)
112+
![Screen shot of the js ipfs node id info](./img/screenshot.png)
113113

114114
**Note**: this example is useful to learn how to spawn IPFS from a web page. It is also possible to [spawn an IPFS daemon from the command line](https://docs.ipfs.io/install/command-line/) with `ipfs daemon`. While self-hosting is advised, one can also delegate IPFS operations to a third-party like Infura. See tutorials [here](https://blog.infura.io/part-2-getting-started-with-ipfs-on-infura/) and [here](https://blog.infura.io/part-2-getting-started-with-ipfs-on-infura/).
115115

0 commit comments

Comments
 (0)