From 527c2ab20a0b41ae857dfcdf23b051757d7fc1fd Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Fri, 25 Aug 2023 12:45:17 +0800 Subject: [PATCH] docs: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a04e19f..8255673 100644 --- a/README.md +++ b/README.md @@ -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