We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1946bf commit 8763e9eCopy full SHA for 8763e9e
README.md
@@ -9,27 +9,27 @@ To learn more about how each data structure is implemented have a look at the [t
9
10
## Installing
11
12
-### Bower
+**Bower**
13
14
```
15
bower install --save js-data-structures
16
17
18
-### NPM
+**NPM**
19
20
21
npm install --save js-data-structures
22
23
24
## Including
25
26
-### Browser
+**Browser**
27
28
```javascript
29
<script src="bower_components/js-data-structures/src/fibonacci-heap.js"></script>
30
31
32
-### Node.JS
+**Node.JS**
33
34
35
var FibonacciHeap = require("fibonacci-heap");
0 commit comments