Skip to content

Commit

Permalink
Merge pull request #1 from martgnz/master
Browse files Browse the repository at this point in the history
Small HTML typo on README
  • Loading branch information
ejb committed May 19, 2016
2 parents 53ff2d2 + 488dc6f commit 620a689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ As seen on WSJ.com in [How Fed Rates Move Markets](http://graphics.wsj.com/react
2. In your HTML, you'll need a tall outer element, with one much shorter element inside of it.

```html
<div class="outer" style="height: 2000px;"></div>
<div class="outer" style="height: 2000px;">
<div class="inner"></div>
</div>
```
Expand Down Expand Up @@ -112,4 +112,4 @@ To run tests, open [`tests.html`](http://github.com/wsj/scroll-watcher/tests.htm

## License

[ISC](/LICENSE)
[ISC](/LICENSE)

0 comments on commit 620a689

Please sign in to comment.