Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored Oct 5, 2016
1 parent 7b77b8c commit bbef7cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ <h2>Example</h2>

<p>Run this code in a console or from anywhere (CORS and JSONP supported).</p>

<pre><code id="example" class="javascript">
var root = 'http://jsonplaceholder.typicode.com';
<pre><code id="example" class="javascript">var root = 'http://jsonplaceholder.typicode.com';

$.ajax({
url: root + '/posts/1',
Expand Down

0 comments on commit bbef7cd

Please sign in to comment.