Skip to content

Commit

Permalink
small README tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
callmecavs committed Nov 30, 2015
1 parent 0823b7a commit 3f37606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Jump was developed with a modern JavaScript workflow in mind. To use it, it's re
Follow these steps to get started:

* [Install](#install)
* [Instance](#instance)
* [Instantiate](#instantiate)
* [Jump](#jump)

### Install
Expand All @@ -26,7 +26,7 @@ $ npm install jump.js --save

### Instantiate

Simply import Jump, then instantialize it. No options are passed to the constructor.
Simply import Jump, then instantiate it. No options are passed to the constructor.

```es6
// import Jump
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": "jump.js",
"version": "0.2.0",
"version": "0.2.1",
"description": "A small, modern, dependency-free smooth scrolling library.",
"homepage": "https://github.com/callmecavs/jump.js",
"main": "dist/jump.min.js",
Expand Down

0 comments on commit 3f37606

Please sign in to comment.