Update 2014-09-28T02:08:28.439Z

This commit is contained in:
Riley Shaw 2014-09-27 19:08:28 -07:00
parent 720bf61e9a
commit eeac3b1ef3

View File

@ -33,7 +33,7 @@
<h3>Including terra</h3>
<p>Getting started is as easy as including the script!</p>
<pre><code class="language-markup">&lt;script src="path/to/terra.min.js"&gt;&lt;/script&gt;</code></pre>
<pre><code class="language-markup">&lt;script src="//cdn.jsdelivr.net/terra/latest/mainfile"&gt;&lt;/script&gt;</code></pre>
<p>terra can also be used as a module with most popular module systems: <a class="question" target="_blank" href="https://github.com/umdjs/umd">?</a></p>
<pre><code class="language-javascript">// CommonJS
var terra = require('./terra.min.js');