Skip to content

Commit 1faf9af

Browse files
committed
README: more tweaks
1 parent 3259a87 commit 1faf9af

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Fast "async" scrypt implementation in JavaScript.
1010

1111
Works in browsers without throwing "kill slow script" warnings due to
1212
configurable interruptStep, which yields from calculation. Compatible even with
13-
old versions of IE. Also works with Node/io.js (but you should really use the C
13+
old versions of IE. Also works with Node.js (but you should really use the C
1414
implementation for that).
1515

1616

@@ -19,16 +19,19 @@ Installation
1919

2020
You can install it via a package manager:
2121

22-
[Bower](http://bower.io):
22+
[Yarn](https://yarnpkg.com/):
2323

24-
$ bower install scrypt-async
24+
$ yarn add scrypt-async
2525

2626
[NPM](https://www.npmjs.org/):
2727

2828
$ npm install scrypt-async
2929

30-
or [download source code](https://github.com/dchest/scrypt-async-js/releases).
30+
[Bower](http://bower.io):
3131

32+
$ bower install scrypt-async
33+
34+
or [download source code](https://github.com/dchest/scrypt-async-js/releases).
3235

3336
To improve performance with small interruptStep values, use `setImmediate` shim,
3437
such as <https://github.com/YuzuJS/setImmediate>.

0 commit comments

Comments
 (0)