Skip to content

Commit 42f5135

Browse files
committed
Improve readme intro
1 parent 5ab4d05 commit 42f5135

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/ethereum-cryptography/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ This npm package contains all the cryptographic primitives normally used when
1111
developing Javascript/TypeScript applications and tools for Ethereum.
1212

1313
Pure Javascript implementations of all the primitives are included, so it can
14-
be used out of the box for web applications and libraries. In Node, it takes
15-
advantage of the built-in implementations when possible. To improve performance
16-
in Node, you can install a
14+
be used out of the box for web applications and libraries.
15+
16+
In Node, it takes advantage of the built-in implementations when possible. To
17+
improve performance of some primitives, you can install a
1718
[second package](https://www.npmjs.com/package/ethereum-cryptography-native)
1819
with native implementations that will be detected and used by this one.
1920

0 commit comments

Comments
 (0)