Skip to content

Commit

Permalink
modify importing script to load using jsdelivr cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
thealphadollar committed Sep 19, 2020
1 parent cb7109e commit 0fae703
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 @@ -72,7 +72,7 @@ Import the JS in all the HTML pages where the translation is required by includi


```javascript
<script src="https://raw.githubusercontent.com/thealphadollar/vanilla-i18n/master/src/vanilla-i18n.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/thealphadollar/vanilla-i18n/src/vanilla-i18n.min.js"></script>
<script>
const languages = [
"English",
Expand Down

0 comments on commit 0fae703

Please sign in to comment.