Skip to content

Commit

Permalink
Merge pull request samirahmed#3 from curtisgibby/patch-1
Browse files Browse the repository at this point in the history
Add necessary apostrophe to "It's JSON!" text.
  • Loading branch information
samirahmed committed Sep 23, 2012
2 parents a1b61e8 + 6a7dccf commit 6e997ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.html
Expand Up @@ -129,7 +129,7 @@ <h1>Zip Code Galore!</h1>
<div id="how" class="hero-unit">
<h1>How to use it!</h1>
<br/>
<p>Its JSON! Here is a simple javascript example</p>
<p>It's JSON! Here is a simple javascript example</p>
<pre class="prettyprint">
&lt;script type="text/javascript"&gt;
var client = new XMLHttpRequest();
Expand Down

0 comments on commit 6e997ae

Please sign in to comment.