Skip to content

Commit

Permalink
Updates rawgit example, fixes fabien-d#90
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Berger committed Apr 20, 2016
1 parent c298f71 commit f5f4c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ <h4 class="mdl-typeograph--headline">Notes</h4>
<h4 class="mdl-typeograph--headline">Via RawGit</h4>
<pre>
&lt;-- standard version --&gt;
&lt;script src="https://cdn.rawgit.com/alertifyjs/alertify.js/v1.0.10/dist/js/alertify.js"&gt;&lt;script&gt;
&lt;script src="https://cdn.rawgit.com/alertifyjs/alertify.js/v1.0.10/dist/js/alertify.js"&gt;&lt;/script&gt;

&lt;-- angular module --&gt;
&lt;script src="https://cdn.rawgit.com/alertifyjs/alertify.js/v1.0.10/dist/js/ngAlertify.js"&gt;&lt;script&gt;
&lt;script src="https://cdn.rawgit.com/alertifyjs/alertify.js/v1.0.10/dist/js/ngAlertify.js"&gt;&lt;/script&gt;
</pre>
<h4 class="mdl-typeograph--headline">Via Bower</h4>
<pre>bower install --save alertifyjs</pre>
Expand Down

0 comments on commit f5f4c23

Please sign in to comment.