Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Nov 5, 2016
1 parent f148568 commit 9ec3417
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/manual/installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Can be managed through
Can be managed using
[jspm](http://jspm.io)
or [npm](https://github.com/npm/npm).

Expand Down
4 changes: 2 additions & 2 deletions doc/manual/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'babel-polyfill' ;

Then
```js
const redblacktree = require( 'aureooms-js-red-black-tree' ) ;
const redblacktree = require( 'aureooms-es-red-black-tree' ) ;
// or
import redblacktree from 'aureooms-js-red-black-tree' ;
import redblacktree from 'aureooms-es-red-black-tree' ;
```

0 comments on commit 9ec3417

Please sign in to comment.