Permalink
Browse files
Add CDNJS version badge in README.md
The badge will show the version on CDNJS, and it is added after the "including file" section.
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
README.md
|
|
@@ -1,5 +1,5 @@ |
|
|
# pagePiling.js |
|
|
|
|
|
- |
|
|
 |
|
|
 |
|
|
Pile your sections one over another and access them scrolling or by URL! |
|
@@ -46,6 +46,7 @@ bower install pagepiling.js |
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> |
|
|
<script type="text/javascript" src="jquery.pagepiling.js"></script> |
|
|
``` |
|
|
[](https://cdnjs.com/libraries/pagePiling.js) |
|
|
|
|
|
###Required HTML structure |
|
|
Each section will be defined with a `div` containing the `section` class. |
|
|