Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing typos in README.md #1

Merged
merged 1 commit into from
Feb 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

## Introduction

Why another smooth scrolling library? Don't we have enoguth?
Indeed we do! And some are great in fact! But I didn't need such a big amout of code for my simple purpose of using `scrollTop` programatically. This is only 400 bytes minified!
Why another smooth scrolling library? Don't we have enough?
Indeed we do! And some are great in fact! But I didn't need such a big amount of code for my simple purpose of using `scrollTop` programmatically. This is only 400 bytes minified!

This library reduces the code to the bary minimum and stills providing some nice features such as:
This library reduces the code to the bare minimum and still provids some nice features such as:

- Callback on finish.
- Optionally scroll a different element than the window.
- Use different easings as jQuery UI did in the past.
- Stop animation programatically.
- Stop animation programmatically.

## Usage

Expand All @@ -33,7 +33,7 @@ skrollTop.scrollTo({
});
```

Another example with all parameters would be as follow:
Another example with all parameters would be as follows:

```javascript
skrollTop.scrollTo({
Expand Down