summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--packages/server/README.md2
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b5798cd..9383974 100644
--- a/README.md
+++ b/README.md
@@ -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