Update README.md

This commit is contained in:
Patrick Steele-Idem 2014-04-04 09:41:52 -06:00
parent 4c9faed229
commit 2bbbdcc362

View File

@ -77,7 +77,7 @@ Hello ${data.name}!
The template can then be rendered as shown in the following sample code:
```
```javascript
var raptorTemplates = require('raptor-templates');
var templatePath = require.resolve('./hello.rhtml');