Skip to content

Commit

Permalink
chore(docs): update types example (#1813)
Browse files Browse the repository at this point in the history
`moment` already includes typings so it's a bad example for @types.
  • Loading branch information
filipesilva authored Aug 24, 2016
1 parent 5ac060b commit 0d914b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ Simply install your library via `npm install lib-name --save` and import it in y
If the library does not include typings, you can install them using npm:

```bash
npm install moment --save
npm install @types/moment --save-dev
npm install d3 --save
npm install @types/d3 --save-dev
```

### Global Library Installation
Expand Down

0 comments on commit 0d914b2

Please sign in to comment.