diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | packages/server/README.md | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -29,7 +29,8 @@ https://simplewebauthn.dev/docs/ ## Installation -These packages are all available on **npm** for use in **Node LTS 16.x** projects: +These packages are all available on **npm** for use in **Node LTS 16.x** projects (and supports +**both CommonJS and ESM**): ```sh npm install @simplewebauthn/browser diff --git a/packages/server/README.md b/packages/server/README.md index 9a7e606..3758a57 100644 --- a/packages/server/README.md +++ b/packages/server/README.md @@ -17,7 +17,7 @@ Both of the following runtimes are officially supported: ## Installation -This package is available on **npm**: +This package is available on **npm** and supports **both CommonJS and ESM** projects: ```sh npm install @simplewebauthn/server |