Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Show you're proud of where you build your product by adding a simple element and
<hecho locale="es" country="AR" />
<hecho locale="es" country="AR" lenght="short" />
<hecho locale="en" country="CA" />
<script src="https://cdn.rawgit.com/Urucas/hecho/master/dist/hecho.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Urucas/hecho@master/dist/hecho.js"></script>
```

#Result
Expand Down
2 changes: 1 addition & 1 deletion browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<hecho locale="es" length="short" country="AR"></hecho><br />
<hecho locale="en" length="short" country="CA"></hecho>

<script src="https://cdn.rawgit.com/Urucas/hecho/master/dist/hecho.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Urucas/hecho@master/dist/hecho.js"></script>
</body>
</html>