README.md in the_help-1.5.0 vs README.md in the_help-1.5.1
- old
+ new
@@ -20,14 +20,14 @@
$ gem install the_help
## Usage
-Create subclasses of [`TheHelp::Service`][lib/the_help/service.rb] and call
+Create subclasses of [`TheHelp::Service`](lib/the_help/service.rb) and call
them.
Make it easier to call a service by including
-[`TheHelp::ServiceCaller`][lib/the_help/service_caller.rb].
+[`TheHelp::ServiceCaller`](lib/the_help/service_caller.rb).
### Running Callbacks
This library encourages you to pass in callbacks to a service rather than
relying on a return value from the service call. For example: