Skip to content

Commit

Permalink
Fixed readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattferguson authored Apr 5, 2019
1 parent 40f4446 commit cd7409c
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 @@ -22,11 +22,11 @@ Usage is really simple, all the snippets are prefixed with J. Open any HTML file
| jifelse | {% if *cond* %} {% else %} {% endif %} |
| jextend | {% extends '*file*' %} |
| jfor | {% for *A* in *B* %} {% endfor %} |
| jrandom | {{ range(*MIN*, *MAX*) | random }} |
| jrandom | {{ range(*MIN*, *MAX*) \| random }} |
| jvar | {{ *variable* }} |
| jfunc | {% *function* %} |
| jround | {% *float* | round %} |
| jjoin | {% *list* | join(',') %} |
| jround | {% *float* \| round %} |
| jjoin | {% *list* \| join(',') %} |
| jset | {% set *A* = *B* %} |
| jurl | {{ url_for('*dir*', filename='*file*') }} |
| jcall | {% call *func* %} {% endcall %} |
Expand Down

0 comments on commit cd7409c

Please sign in to comment.