Navigation Menu

Skip to content

Commit

Permalink
readme edits
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolalysenko committed Apr 13, 2014
1 parent aca5636 commit 0d0f0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,7 @@ for(var i=0; i<y.shape[0]; ++i) {
// 0 0 0 0 0
```

ndarrays can be transposed, flipped, sheared and sliced in constant time per operation. They are useful for representing images, audio, volume graphics, matrices, strings and much more. They work both in node.js and with [browserify](http://browserify.org/). Plenty of modules using ndarrays can be found on [npmjs.org](https://www.npmjs.org/search?q=ndarray).
ndarrays can be transposed, flipped, sheared and sliced in constant time per operation. They are useful for representing images, audio, volume graphics, matrices, strings and much more. They work both in node.js and with [browserify](http://browserify.org/).

Install
=======
Expand Down

0 comments on commit 0d0f0d3

Please sign in to comment.