Skip to content

Commit b55672c

Browse files
usage instructions
1 parent 97a42fc commit b55672c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,11 @@ Alternatively, you can use any tool mentioned [here](http://bower.io/docs/tools/
111111
```js
112112
require( [ "aureooms-js-collections" ] , function ( collections ) { ... } ) ;
113113
```
114+
115+
## Use
116+
117+
See Python's docs:
118+
119+
- [collections](https://docs.python.org/3.6/library/collections.html)
120+
- [heapq](https://docs.python.org/3.6/library/heapq.html)
121+
- [bisect](https://docs.python.org/3.6/library/bisect.html).

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"javascript",
1818
"js",
1919
"list",
20+
"heapq",
21+
"bisect",
2022
"map"
2123
],
2224
"homepage": "http://aureooms.github.io/js-collections/",

0 commit comments

Comments
 (0)