Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
[Docs] Fix: CDN URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev authored Dec 15, 2018
1 parent 29e7676 commit 0c634c9
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 @@ -154,7 +154,7 @@ leafeon.add('home', '/', function () {
<script src="leafeon.min.js"></script>

<!-- or via jsdelivr CDN -->
<script src="https://cdn.jsdelivr.net/gh/sundowndev/leafeon.js@latest/dist/leafeon.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/sundowndev/leafeon@latest/dist/leafeon.min.js"></script>
~~~

2. Init the router
Expand Down

0 comments on commit 0c634c9

Please sign in to comment.