From 69f96f2704462676f618a6dbbe5920abac40efdc Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 2 Sep 2024 02:03:33 +0000 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3be6583..3bdcdce 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Audited & minimal JS implementation of elliptic curve cryptography. -- 🔒 [**Audited**](#security) by an independent security firms +- 🔒 [**Audited**](#security) by independent security firms - 🔻 Tree-shakeable: unused code is excluded from your builds - 🏎 Fast: hand-optimized for caveats of JS engines - 🔍 Reliable: property-based / cross-library / wycheproof tests and fuzzing ensure correctness