diff --git a/README.md b/README.md index f84dd96..5e3e75d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ $ npm install datastore-level ``` +The type definitions for this package are available on http://definitelytyped.org/. To install just use: + +```sh +$ npm install -D @types/datastore-level +``` + ## Usage ```js @@ -81,4 +87,4 @@ This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/c ## License -[MIT](LICENSE) \ No newline at end of file +[MIT](LICENSE)