Skip to content

Commit 3f37606

Browse files
committed
small README tweak
1 parent 0823b7a commit 3f37606

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Jump was developed with a modern JavaScript workflow in mind. To use it, it's re
1313
Follow these steps to get started:
1414

1515
* [Install](#install)
16-
* [Instance](#instance)
16+
* [Instantiate](#instantiate)
1717
* [Jump](#jump)
1818

1919
### Install
@@ -26,7 +26,7 @@ $ npm install jump.js --save
2626

2727
### Instantiate
2828

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

3131
```es6
3232
// import Jump

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jump.js",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A small, modern, dependency-free smooth scrolling library.",
55
"homepage": "https://github.com/callmecavs/jump.js",
66
"main": "dist/jump.min.js",

0 commit comments

Comments
 (0)