Skip to content

Commit

Permalink
Merge pull request #1 from EvanHahn/patch-1
Browse files Browse the repository at this point in the history
README typo fix
  • Loading branch information
patriksimek committed Dec 12, 2015
2 parents 9b88c32 + a07285d commit 1eb37d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sim(document.body).do ->
@h1().text "Welcome to my Blog"

@section ->
for aricle in articles
for article in articles
@article ->
@h1().text article.title
@p().text article.content
Expand Down Expand Up @@ -115,4 +115,4 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
[npm-image]: https://img.shields.io/npm/v/simdom.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/simdom
[travis-image]: https://img.shields.io/travis/integromat/simdom/master.svg?style=flat-square&label=unit
[travis-url]: https://travis-ci.org/integromat/simdom
[travis-url]: https://travis-ci.org/integromat/simdom

0 comments on commit 1eb37d7

Please sign in to comment.