Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsw3 committed Mar 4, 2018
1 parent 8799206 commit 6a657cd
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 @@ -6,7 +6,7 @@

Live demo: https://karolsw2.github.io/gradientify.github.io/

Basic initalisation:
Basic initialisation:

```javascript
gradientify.init({
Expand All @@ -20,7 +20,7 @@ gradientify.init({
})
```

You can also load ready-made preset:
You can also load ready-made presets:

```javascript
gradientify.loadPreset({element: document.body, hash: `f4a4dF`}) // Just look how it is simple!
Expand Down

0 comments on commit 6a657cd

Please sign in to comment.