Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Signorato committed Jun 20, 2018
2 parents dd3c2e4 + ac5b94d commit cb012f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
![simpleParallax logo](https://anakao-theme.com/simpleparallax/img/social/base-github-2.png)

[![GitHub version](https://badge.fury.io/gh/geosenna%2FsimpleParallax.svg)](https://badge.fury.io/gh/geosenna%2FsimpleParallax)
[![](https://data.jsdelivr.com/v1/package/npm/simple-parallax-jquery/badge?style=rounded)](https://www.jsdelivr.com/package/npm/simple-parallax-jquery)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)


# Why use simpleParallax?

simpleParallax is a very simple and lightweight jQuery plugin that improve your website with parallax animations on your images.
Expand Down Expand Up @@ -27,7 +32,7 @@ or use the below CDN link provided by jsDelivr.com

```html
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/simple-parallax-jquery@2.0.0/src/simpleParallax.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/simple-parallax-jquery@2.3.0/src/simpleParallax.min.js"></script>
```

or
Expand Down

0 comments on commit cb012f4

Please sign in to comment.