Skip to content

Commit

Permalink
Merge pull request #138 from goodylili/patch-1
Browse files Browse the repository at this point in the history
Update README.md to change installation command from a note to a command with code snippet
  • Loading branch information
paulmillr authored Jan 18, 2025
2 parents 9bea36c + 68a456d commit b5ac1b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b5ac1b7

Please sign in to comment.