README.md in junk_drawer-1.1.0 vs README.md in junk_drawer-1.1.1

- old
+ new

@@ -19,10 +19,10 @@ $ gem install junk_drawer ## Usage -### Callable +### JunkDrawer::Callable `JunkDrawer::Callable` is a module that provides constraints and conveniences for objects that implement a single method `#call`. It comes with the philosophy that objects that *do* something, should do only one thing. When including the `JunkDrawer::Callable` in one of your classes, you will get the following: