Skip to content

Commit d90e794

Browse files
committed
docs: replace version warning with advisory
1 parent 63aa678 commit d90e794

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
> Install your favourite modules from the Distributed Web using IPFS. Have a cache always ready and share them in all your local networks.
1515
16-
## PRE-RELEASE WARNING
16+
## js-IPFS version
1717

18-
This module depends on features in the upcoming [v0.34.0](https://github.com/ipfs/js-ipfs/issues/1721) release of [js-ipfs](https://github.com/ipfs/js-ipfs) (due by the end of December 2018).
18+
This module depends on features in [v0.34.0](https://github.com/ipfs/js-ipfs/releases/tag/v0.34.0) release of [js-ipfs](https://github.com/ipfs/js-ipfs).
1919

20-
If you use this module, please aslo upgrade your IPFS install with
20+
Please ensure you are running at least that version of js-IPFS:
2121

2222
```console
23-
npm install -g ipfs@0.34.0-pre.0
23+
npm install -g ipfs@latest
2424
```
2525

2626
## Resources

0 commit comments

Comments
 (0)