README.md in sablon-0.0.4 vs README.md in sablon-0.0.5

- old
+ new

@@ -53,9 +53,14 @@ NOTE: The dot operator can also be used to perform a hash lookup. This means that it's not possible to call methods on a hash instance. Sablon will always try to make a lookup instead. +This works for chained method calls and nested hash lookup as well: + +``` +«=buyer.address.street» +``` #### Conditionals Sablon can render parts of the template conditonally based on the value of a context variable. Conditional fields are inserted around the content.