From 68a456d76b01d052f9fa0d0eb00d4f29b237ef12 Mon Sep 17 00:00:00 2001 From: Ukeje Goodness Date: Sat, 18 Jan 2025 23:40:41 +0100 Subject: [PATCH] Update README.md to change installation command from a note to a command with code snippet --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 649e15d..8fa4ed0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ Check out [Changelog / Upgrading](#upgrading) and an article about the library: ## Usage -> npm install ethereum-cryptography +```shell +npm install ethereum-cryptography +``` We explicitly support major browsers and Node.js on x86 and arm64. Other major runtimes and platforms are supported on a best-effort basis. Refer to `engines` field of `package.json` for runtime support information for each version.