README.md in delivery_boy-0.1.3 vs README.md in delivery_boy-0.1.4
- old
+ new
@@ -18,10 +18,10 @@
$ gem install delivery_boy
## Usage
-Once you've [installed the gem](#installation), and assuming your Kafka broker is running on localhost, you can simply start publishing messages to Kafka:
+Once you've [installed the gem](#installation), and assuming your Kafka broker is running on localhost, you can simply start publishing messages to Kafka directly from your Rails code:
```ruby
# app/controllers/comments_controller.rb
class CommentsController < ApplicationController
def create