README.md in dentaku-0.1.0 vs README.md in dentaku-0.1.1

- old
+ new

@@ -34,13 +34,13 @@ calculator.evaluate('peaches >= 15') => true For maximum CS geekery, `bind` is an alias of `store`. -If you're too lazy to be building calculator objects, there's a module-method -shortcut just for you: +If you're too lazy to be building calculator objects, there's a shortcut just +for you: - Dentaku['plums * 1.5', {:plums => 2}] + Dentaku('plums * 1.5', {:plums => 2}) => 3.0 SUPPORTED OPERATORS -------------------