Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Aug 25, 2023
1 parent 892ac1e commit 527c2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ In the browser, bcrypt.js relies on [Web Crypto API](http://www.w3.org/TR/WebCry

- If you are using this package in pure Node.js environment, then you will probably use the node bundle.

- If you are using bundler like webpack and vite, then you will probably use the client bundle.
- If you are using bundler like webpack and vite, then you will probably use the browser bundle.

- If you meet any issues that a incorrect bundle is used, you can use `bcrypt-ts/node` and `bcrypt-ts/client` to force the correct bundle.
- If you meet any issues that a incorrect bundle is used, you can use `bcrypt-ts/node` and `bcrypt-ts/browser` to force the correct bundle.

## Usage - Sync

Expand Down

0 comments on commit 527c2ab

Please sign in to comment.