From f5f4c23d4411ca7c1b799fe17dcf6d6adee1edec Mon Sep 17 00:00:00 2001 From: Brad Berger Date: Wed, 20 Apr 2016 11:27:20 +0200 Subject: [PATCH] Updates rawgit example, fixes #90 --- website/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/index.html b/website/index.html index 4f713ef7..c4f66df6 100644 --- a/website/index.html +++ b/website/index.html @@ -102,10 +102,10 @@

Notes

Via RawGit

 <-- standard version -->
-<script src="https://cdn.rawgit.com/alertifyjs/alertify.js/v1.0.10/dist/js/alertify.js"><script>
+<script src="https://cdn.rawgit.com/alertifyjs/alertify.js/v1.0.10/dist/js/alertify.js"></script>
 
 <-- angular module -->
-<script src="https://cdn.rawgit.com/alertifyjs/alertify.js/v1.0.10/dist/js/ngAlertify.js"><script>
+<script src="https://cdn.rawgit.com/alertifyjs/alertify.js/v1.0.10/dist/js/ngAlertify.js"></script>
 

Via Bower

bower install --save alertifyjs