Skip to content

Commit

Permalink
fix documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalan committed Dec 15, 2016
1 parent 80f2487 commit 319f025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ Once included, it will expose a `contentful` local to your jade files, which you


```jade
//- a template file
// a template file
ul
for post in contentful.posts
li= JSON.stringify(post)
each(loop='post of contentful.posts')
li {{ JSON.stringify(post) }}
```


Expand Down

0 comments on commit 319f025

Please sign in to comment.