Showing with 6,359 additions and 5,745 deletions.
  1. +5 −5 doc/index.html
  2. +6,354 −5,740 esprima.js
@@ -112,10 +112,10 @@ <h5>In a web browser</h5>
&lt;script src=&quot;esprima.js&quot;&gt;&lt;/script&gt;
</pre>

<p>Additionally, thanks to the folks at <a href="https://rawgit.com">RawGit</a> it is now possible to get Esprima delivered via CDN.</p>
<p>To get Esprima via CDN:</p>

<pre class="prettyprint lang-html">
&lt;script src=&quot;https://cdn.rawgit.com/jquery/esprima/2.7.3/esprima.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://unpkg.com/esprima@~3.0/dist/esprima.js&quot;&gt;&lt;/script&gt;
</pre>

<p>Please note that there is no uptime or availability guarantees when using the CDN version, so if it's mission critical, you should make appropriate arrangements.</p>
@@ -136,10 +136,10 @@ <h5>In a web browser</h5>
});
</pre>

<p>Since Esprima is available as a <a href="http://twitter.github.com/bower/">Bower</a> component, it can be installed with:</p>
<p>To get Esprima using <a href="http://twitter.github.com/bower/">Bower</a>:</p>

<pre class="prettyprint lang-bsh">
bower install esprima
<pre class="prettyprint lang-bash">
bower install https://unpkg.com/esprima@~3.0/dist/esprima.js
</pre>

<h5>With Node.js</h5>