We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bea36c + 68a456d commit b5ac1b7Copy full SHA for b5ac1b7
README.md
@@ -7,7 +7,9 @@ Check out [Changelog / Upgrading](#upgrading) and an article about the library:
7
8
## Usage
9
10
-> npm install ethereum-cryptography
+```shell
11
+npm install ethereum-cryptography
12
+```
13
14
We explicitly support major browsers and Node.js on x86 and arm64. Other major runtimes and platforms are supported on a best-effort basis.
15
Refer to `engines` field of `package.json` for runtime support information for each version.
0 commit comments