Skip to content

Commit

Permalink
Merge pull request #1 from brunob/patch-1
Browse files Browse the repository at this point in the history
typo :)
  • Loading branch information
tholman committed Nov 21, 2016
2 parents efe4d2b + 58ae353 commit 54683d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -13,7 +13,7 @@ You'll need an `dom` element for the ascii's to be rendered within.
```html
<!-- Pre elements are perfect for this. -->
<pre class="ascii-element">
</div>
</pre>
```

Next up, you will want to initialize the library. The second parameter is the `width` and `height` properties you want in your rendering square. The ascii will be rendered centered within them, and fill the rest with white space. Naturally this looks best with monospace fonts.
Expand Down

0 comments on commit 54683d7

Please sign in to comment.