File tree 1 file changed +7
-4
lines changed
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.
10
10
11
11
Works in browsers without throwing "kill slow script" warnings due to
12
12
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
14
14
implementation for that).
15
15
16
16
@@ -19,16 +19,19 @@ Installation
19
19
20
20
You can install it via a package manager:
21
21
22
- [ Bower ] ( http ://bower.io ) :
22
+ [ Yarn ] ( https ://yarnpkg.com/ ) :
23
23
24
- $ bower install scrypt-async
24
+ $ yarn add scrypt-async
25
25
26
26
[ NPM] ( https://www.npmjs.org/ ) :
27
27
28
28
$ npm install scrypt-async
29
29
30
- or [ download source code ] ( https ://github.com/dchest/scrypt-async-js/releases ) .
30
+ [ Bower ] ( http ://bower.io ) :
31
31
32
+ $ bower install scrypt-async
33
+
34
+ or [ download source code] ( https://github.com/dchest/scrypt-async-js/releases ) .
32
35
33
36
To improve performance with small interruptStep values, use ` setImmediate ` shim,
34
37
such as < https://github.com/YuzuJS/setImmediate > .
You can’t perform that action at this time.
0 commit comments