Skip to content

Commit

Permalink
Version bump, fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Aug 13, 2018
1 parent adf544a commit b6cf98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import ScrollAgent from 'react-scroll-agent';
<menu>
<a href="#section-1" className={current === 0 ? 'is-active' : ''}>Section 1</a>
<a href="#section-2" className={current === 1 ? 'is-active' : ''}>Section 2</a>
<a onClick={() => window.scrollTo(0, positions[2])} className={current === 1 ? 'is-active' : ''}>
<a onClick={() => window.scrollTo(0, positions[2])} className={current === 2 ? 'is-active' : ''}>
Section 3
</a>
</menu>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scroll-agent",
"version": "0.0.2",
"version": "0.0.3",
"description": "Deadly spy for make benefit glorious nation of Scrolltopia",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit b6cf98d

Please sign in to comment.