Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changed the CDN URL to match the latest release.
  • Loading branch information
docherty authored May 4, 2017
1 parent 95a8408 commit a0fb74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ or just including the script in your page:
```
or you can use [cdnjs](https://cdnjs.com/libraries/barba.js):
```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/barba.js/0.0.10/barba.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/barba.js/1.0.0/barba.min.js" type="text/javascript"></script>
```

barba.js needs to know a little bit about your DOM structure. By default uses this markup structure in your pages:
Expand Down

0 comments on commit a0fb74c

Please sign in to comment.