Commit 351f50b2 authored by santiaago's avatar santiaago
Browse files

fix typo.

parent ffaf7312
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<div class="row" id="getstarted">
  <div class="col-md-8 getstarted--square getstarted-left">
    <h1 class="getstarted-title tg-title-color tg-title-font"><b>GET STARTED</b></h1>
    <p>To use tinygraphs in your webside just set the source of your <b><code>&lt;img&gt;</code></b> element to the url of a tinygraphs image like so:</p>
    <p>To use tinygraphs in your website just set the source of your <b><code>&lt;img&gt;</code></b> element to the url of a tinygraphs image like so:</p>
    <div class="row">
      <div class="col-md-8">
	<p><pre class="prettyprint lang-html">&lt;img src=&quot;http://tinygraphs.com/squares/helloworld&quot;&gt;</pre></p>