samskivert / jmustache

A Java implementation of the Mustache templating language.
Other
834 stars 128 forks source link

Update README.md #85

Closed quentinburley closed 7 years ago

quentinburley commented 7 years ago

fix typos: unbalanced parenthesis. before: {{#names}}{{.}}{/names}} after: {{#names}}{{.}}{{/names}}

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 82.258% when pulling 02478eccdbda343136d2806cc570ea11d0f7c58c on quentinburley:patch-1 into b50919924be194ccf45183704531b0606b28c2bf on samskivert:master.