From 1177f212bbd534854983271bc66dc854b1a0f49e Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sat, 11 May 2024 23:45:48 +0000 Subject: [PATCH] readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34c3443..6e29e58 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ if you need additional features such as common.js, Schnorr signatures, DER encod ## Usage -> `npm install @noble/secp256k1` > `deno add @noble/secp256k1` +> `npm install @noble/secp256k1` + +> `deno add @noble/secp256k1` We support all major platforms and runtimes. For node.js <= 18 and React Native, additional polyfills are needed: see below.