Skip to content

Commit b5ac1b7

Browse files
authored
Merge pull request #138 from goodylili/patch-1
Update README.md to change installation command from a note to a command with code snippet
2 parents 9bea36c + 68a456d commit b5ac1b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Check out [Changelog / Upgrading](#upgrading) and an article about the library:
77

88
## Usage
99

10-
> npm install ethereum-cryptography
10+
```shell
11+
npm install ethereum-cryptography
12+
```
1113

1214
We explicitly support major browsers and Node.js on x86 and arm64. Other major runtimes and platforms are supported on a best-effort basis.
1315
Refer to `engines` field of `package.json` for runtime support information for each version.

0 commit comments

Comments
 (0)