Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ederssouza committed Sep 6, 2017
1 parent 5fd6e91 commit 455f205
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ scrollSpy(menu, speed, easing);
</div>
</section>

<script src="src/js/scrollspy.js"></script>
<script src="dist/js/scrollspy.min.js"></script>
<script>
var menu = document.querySelector('.navbar');
scrollSpy(menu);
Expand All @@ -84,4 +84,10 @@ scrollSpy(menu, 2000);
``` javascript
var menu = document.querySelector('.navbar');
scrollSpy(menu, 2000, 'easeOutSine');
```
```

## Browser Support

![IE](https://cloud.githubusercontent.com/assets/398893/3528325/20373e76-078e-11e4-8e3a-1cb86cf506f0.png) | ![Chrome](https://cloud.githubusercontent.com/assets/398893/3528328/23bc7bc4-078e-11e4-8752-ba2809bf5cce.png) | ![Firefox](https://cloud.githubusercontent.com/assets/398893/3528329/26283ab0-078e-11e4-84d4-db2cf1009953.png) | ![Opera](https://cloud.githubusercontent.com/assets/398893/3528330/27ec9fa8-078e-11e4-95cb-709fd11dac16.png) | ![Safari](https://cloud.githubusercontent.com/assets/398893/3528331/29df8618-078e-11e4-8e3e-ed8ac738693f.png)
--- | --- | --- | --- | ---
IE 10+ ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔

0 comments on commit 455f205

Please sign in to comment.