Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6e9a1f

Browse files
committed
Merge pull request #1 from kcarnold/patch-1
Fix package name in npm install
2 parents bb007bb + 932fbb0 commit f6e9a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var y = require("ndarray-pack")(x)
1717
Install
1818
=======
1919

20-
npm install pack
20+
npm install ndarray-pack
2121

2222
### `require("ndarray-pack")(nested_array[,out])`
2323
Converts the nested array into a packed ndarray.
@@ -28,4 +28,4 @@ Converts the nested array into a packed ndarray.
2828
**Returns** A packed ndarray representation of the nested arrays.
2929

3030
# Credits
31-
(c) 2013 Mikola Lysenko. MIT License
31+
(c) 2013 Mikola Lysenko. MIT License

0 commit comments

Comments
 (0)