Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
fix(docs): npm run types instead of npm run type (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
IronicUsername committed Nov 30, 2022
1 parent f82d2c1 commit d0300b3
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 @@ -299,7 +299,7 @@ A last reminder: This library was not written by crypto- or security-experts. So
- Run `npm run dev:prepare` to generate type stubs.
- Use `npm run dev` to start [the module playground](./playground) in development mode.
- Run `npm run lint` to run eslint
- Run `npm run type` to run typescheck via tsc
- Run `npm run types` to run typescheck via tsc
Expand Down

0 comments on commit d0300b3

Please sign in to comment.