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

Commit 8735a08

Browse files
jonschlinkertdaviddias
authored andcommitted
docs: typo/grammar fix in readme (#898)
1 parent 4e39d2c commit 8735a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Creating an IPFS instance couldn't be easier, all you have to do is:
177177
const node = new IPFS()
178178

179179
node.on('ready', () => {
180-
// Your now is ready to use \o/
180+
// Your node is now ready to use \o/
181181

182182
// stopping a node
183183
node.stop(() => {

0 commit comments

Comments
 (0)