Skip to content

Commit

Permalink
Copy correction in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Bunsch committed May 28, 2011
1 parent 11b471d commit f1b3337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -34,7 +34,7 @@ Broadcast has 2 main classes: Medium and Message (hat tip to Marshall McLuhan).

**Broadcast::Medium** is the service the message will be sent to, and **Broadcast::Message** is, well, the message.

The first thing you need to do is configuring the desired Media. For example, to configure jabber, put something like this in some configuration file (e.g. a Rails initializer):
The first thing you need to do is to configure the desired Media. For example, to configure jabber, put something like this in some configuration file (e.g. a Rails initializer):

```ruby
Broadcast.setup do |config|
Expand Down

0 comments on commit f1b3337

Please sign in to comment.