Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 1da1bde

Browse files
authored
Fix README.md
1 parent 98277b5 commit 1da1bde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ var data = {
1717
}
1818
}
1919

20-
var output = Mustache.render(template, data)
21-
console.log(output) // Joe spends 6
20+
var output = Mustache.render(template, data) // Joe spends 6
2221
```
2322

2423
## Reference

0 commit comments

Comments
 (0)