Skip to content

Commit 0f9d477

Browse files
authored
fix(docs): Update readme to correct command for creating types (#1939)
1 parent a71ef76 commit 0f9d477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ $> npm run docs
704704
Building the TypeScript definition to `index.d.ts`:
705705

706706
```
707-
$> npm run types
707+
$> npm run build:types
708708
```
709709

710710
### Browserify integration

0 commit comments

Comments
 (0)