diff --git a/README.md b/README.md index 14a0f58..dcf2643 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,8 @@ a modification of a depth-first kNN R-tree search using a priority queue. ### TypeScript -TypeScript implementation was added to the [DefinitelyTyped repository](https://github.com/DefinitelyTyped/DefinitelyTyped). - -```bash -$ npm install --save @types/concaveman -``` +[TypeScript type definitions](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/concaveman) +are available trough `npm install --save @types/concaveman`. ### Dependencies