Skip to content

Commit 4408da7

Browse files
authored
Merge pull request #11 from mariolo1985/update/readme
more info
2 parents 7bdea80 + 4636864 commit 4408da7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scroll-callback",
3-
"version": "0.0.36",
3+
"version": "0.0.37",
44
"description": "triggers a callback function on window scroll",
55
"main": "index.js",
66
"scripts": {

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ This is a wait time in milli-seconds. This sets the wait time in a setTimeout ca
5959
This is an element id in the DOM. If supplied, the element position will be returned to the callback. This calls `getBoundingClientRect()` on the element.
6060

6161

62-
### Future Features
62+
## Future Features
6363

6464
WIP
6565

66-
### Feature Request
66+
## Feature Request
6767

6868
Please message [email protected] for feature requests.
6969

70-
### Bug Report
70+
## Bug Report
7171

7272
Please message [email protected] to report bugs.

0 commit comments

Comments
 (0)