Skip to content

Commit

Permalink
Remove FAQ section about missing Dot Notation support.
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrandpoobah committed Oct 11, 2011
1 parent 752a742 commit d4585a1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Expand Up @@ -267,15 +267,6 @@ to the compiled Javascript function using the following code block:
var template = Mustache.compile('<b>{{>foo}}{{#bar}} had a bar.{{/bar}}</b>', { foo: 'Snow White' });
var html = template({bar:true});

## F.A.Q.

### Why doesn’t Mustache allow dot notation like `{{variable.member}}`?

The reason is given in the [mustache.rb
bugtracker](http://github.com/defunkt/mustache/issues/issue/6).

Mustache implementations strive to be template-compatible.

## Command Line

See `mustache(1)` man page or
Expand Down

0 comments on commit d4585a1

Please sign in to comment.