Skip to content

Commit 5db1531

Browse files
committed
[readme] minor cleanups
1 parent 7050e61 commit 5db1531

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ A port of node's `crypto` module to the browser.
1010

1111
[![npm badge][npm-badge-png]][package-url]
1212

13-
14-
The goal of this module is to reimplement node's crypto module,
15-
in pure javascript so that it can run in the browser.
13+
The goal of this module is to reimplement node's crypto module, in pure javascript so that it can run in the browser.
1614

1715
Here is the subset that is currently implemented:
1816

@@ -43,12 +41,10 @@ If you are interested in writing a feature, please implement as a new module,
4341
which will be incorporated into crypto-browserify as a dependency.
4442

4543
All deps must be compatible with node's crypto
46-
(generate example inputs and outputs with node,
47-
and save base64 strings inside JSON, so that tests can run in the browser.
44+
(generate example inputs and outputs with node, and save base64 strings inside JSON, so that tests can run in the browser)
4845
see [sha.js](https://github.com/dominictarr/sha.js)
4946

50-
Crypto is _extra serious_ so please do not hesitate to review the code,
51-
and post comments if you do.
47+
Crypto is _extra serious_ so please do not hesitate to review the code, and post comments if you do.
5248

5349
## License
5450

0 commit comments

Comments
 (0)