Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devingfx authored Sep 27, 2016
1 parent d27e304 commit 2e2032a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,13 @@ Ex:
s: /\{\{if(.*?)\}\}/g , // Search chars '{{if' then capture everything until '}}' are found
r: tmpl.unescapeCode('"; if( $1 ) { o+="') // $1 is unescaped to be js code!!
}



## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

0 comments on commit 2e2032a

Please sign in to comment.