Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 5, 2012
1 parent 6585c88 commit 3a1c1ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Readme.md
Expand Up @@ -43,13 +43,13 @@ module.exports = function(obj) {

## API

### minstache(str, [obj])
### minstache(string, [obj])

Compile and render the given mustache `str` with optional context `obj`.
Compile and render the given mustache `string` with optional context `obj`.

### minstache.compile(str)
### minstache.compile(string)

Compile the mustache `str` to a stand-alone `Function` accepting a context `obj`.
Compile the mustache `string` to a stand-alone `Function` accepting a context `obj`.

## Todo

Expand All @@ -60,7 +60,7 @@ module.exports = function(obj) {
- lambdas

I couldn't care less about partials, and will not add them, this lib is meant to
be a small template engine solution for stand-alone [component](http://github.com/component) templates. If your template takes "partials", pass other rendered strings to it.
be a small template engine solution for stand-alone [component](http://github.com/component) templates. If your template takes "partials" then pass other rendered strings to it.

## License

Expand Down

0 comments on commit 3a1c1ee

Please sign in to comment.