File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Fast "async" scrypt implementation in JavaScript.
1010
1111Works in browsers without throwing "kill slow script" warnings due to
1212configurable 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
1414implementation for that).
1515
1616
@@ -19,16 +19,19 @@ Installation
1919
2020You 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
3336To improve performance with small interruptStep values, use ` setImmediate ` shim,
3437such as < https://github.com/YuzuJS/setImmediate > .
You can’t perform that action at this time.
0 commit comments