diff --git a/index.html b/index.html index ff757fb..b02c258 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@

Including terra

Getting started is as easy as including the script!

-
<script src="path/to/terra.min.js"></script>
+
<script src="//cdn.jsdelivr.net/terra/latest/mainfile"></script>

terra can also be used as a module with most popular module systems: ?

// CommonJS
 var terra = require('./terra.min.js');