Skip to content

Commit 8763e9e

Browse files
committed
Update README.md
1 parent b1946bf commit 8763e9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ To learn more about how each data structure is implemented have a look at the [t
99

1010
## Installing
1111

12-
### Bower
12+
**Bower**
1313

1414
```
1515
bower install --save js-data-structures
1616
```
1717

18-
### NPM
18+
**NPM**
1919

2020
```
2121
npm install --save js-data-structures
2222
```
2323

2424
## Including
2525

26-
### Browser
26+
**Browser**
2727

2828
```javascript
2929
<script src="bower_components/js-data-structures/src/fibonacci-heap.js"></script>
3030
```
3131

32-
### Node.JS
32+
**Node.JS**
3333

3434
```javascript
3535
var FibonacciHeap = require("fibonacci-heap");

0 commit comments

Comments
 (0)