ruidlopes / minimal.js

minimal.js: HTML+JSON template engine
172 stars 13 forks source link

README.md typo? missing data-render="foobar" attr #3

Closed chrisjacob closed 13 years ago

chrisjacob commented 13 years ago

Hi,

Just reading over your excellent README.md file (haven't used minimal.js - yet)

In one of the examples it has:

<p data-render="foobar"></p>

With the result being: <p>this is foobar</p>

but shouldn't it be: <p data-render="foobar">this is foobar</p>

Cheers, Chris

ruidlopes commented 13 years ago

Indeed it should. May I ask you to fork & pull request? :)

Cheers, Rui

chrisjacob commented 13 years ago

Pull Request: https://github.com/ruidlopes/minimal.js/pull/8

ruidlopes commented 13 years ago

Fixed.