Skip to content

Commit

Permalink
shorter typescript notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Sep 26, 2016
1 parent a9845da commit 8416af3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit 8416af3

@DenisCarriere
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mourner That works 👍 Even shorter :)

Please sign in to comment.