Skip to content

Commit

Permalink
Fix HTML structure
Browse files Browse the repository at this point in the history
  • Loading branch information
martgnz committed May 18, 2016
1 parent 53ff2d2 commit 488dc6f
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 488dc6f

Please sign in to comment.