Skip to content

Commit d828062

Browse files
committed
Update readme
1 parent 44a510f commit d828062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bulk('.foo', document.querySelectorAll('.bar'), document.getElementById('baz'))
1616
.get('firstElementChild');
1717
```
1818

19-
### Installation and Usage
19+
## Installation and Usage
2020
Install with jspm:
2121
```sh
2222
jspm install bulk=github:evenfrost/bulk
@@ -35,7 +35,7 @@ import bulk from 'bulk';
3535

3636
Pass arguments to `bulk`. Any combination of simple selector string, `NodeList`, `HTMLElement` or `bulk` instance itself is acceptable (including deeply nested arrays), other entities will be ignored.
3737

38-
### Methods
38+
## Methods
3939
```html
4040
<!-- test dummy -->
4141
<body>

0 commit comments

Comments
 (0)