Skip to content

Commit 0d914b2

Browse files
authored
chore(docs): update types example (#1813)
`moment` already includes typings so it's a bad example for @types.
1 parent 5ac060b commit 0d914b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ Simply install your library via `npm install lib-name --save` and import it in y
293293
If the library does not include typings, you can install them using npm:
294294

295295
```bash
296-
npm install moment --save
297-
npm install @types/moment --save-dev
296+
npm install d3 --save
297+
npm install @types/d3 --save-dev
298298
```
299299

300300
### Global Library Installation

0 commit comments

Comments
 (0)