Skip to content

Commit 1955e3f

Browse files
committed
Add typescript usage notice
1 parent 69aa528 commit 1955e3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ among other bundlers.
1010
#### Contents
1111

1212
- [Install](#install)
13+
- [Typescript](#typescript)
1314
- [Usage](#usage)
1415
- [How](#how)
1516
- [API](#api)
@@ -30,6 +31,12 @@ with bundlers such as [webpack](https://github.com/webpack/webpack).
3031
$ npm install update-notifier-webpack
3132
```
3233

34+
## Typescript
35+
36+
```vue
37+
$ npm install -D @types/update-notifier-webpack@npm:@types/update-notifier
38+
```
39+
3340
## Usage
3441

3542
### Simple

0 commit comments

Comments
 (0)