diff --git a/README.md b/README.md index 73688d9092..c8c7da4283 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ [![Dependency Status](https://david-dm.org/ipfs/js-ipfs.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) [![](https://img.shields.io/badge/pm-waffle-yellow.svg?style=flat-square)](https://waffle.io/ipfs/js-ipfs) +[![](https://img.shields.io/badge/interface--ipfs--core-API%20Docs-blue.svg)](https://github.com/ipfs/interface-ipfs-core) +[![](https://img.shields.io/badge/interface--ipfs--core-Updates-blue.svg)](https://github.com/ipfs/interface-ipfs-core/issues/55) + > IPFS JavaScript implementation. @@ -97,7 +100,7 @@ Simply include ipfs in your bundled javascript file. ### API -> **Will come soon** +A complete API definition will come, meanwhile, you can learn how to you use js-ipfs throught he standard interface at [![](https://img.shields.io/badge/interface--ipfs--core-API%20Docs-blue.svg)](https://github.com/ipfs/interface-ipfs-core) ## Project structure diff --git a/package.json b/package.json index 6f93c79e6a..ae78c07ede 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "form-data": "^1.0.0-rc4", "gulp": "^3.9.1", "idb-plus-blob-store": "^1.1.2", - "interface-ipfs-core": "^0.5.0", + "interface-ipfs-core": "^0.6.0", "left-pad": "^1.1.1", "lodash": "^4.14.1", "ncp": "^2.0.0", @@ -117,4 +117,4 @@ "kumavis ", "nginnever " ] -} \ No newline at end of file +}