Skip to content

Commit

Permalink
fix(docs): Update readme to correct command for creating types (#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanbalayan committed Jun 12, 2024
1 parent a71ef76 commit 0f9d477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ $> npm run docs
Building the TypeScript definition to `index.d.ts`:

```
$> npm run types
$> npm run build:types
```

### Browserify integration
Expand Down

0 comments on commit 0f9d477

Please sign in to comment.