Skip to content

Commit

Permalink
Update README.Md
Browse files Browse the repository at this point in the history
Correct spelling of initializers.
  • Loading branch information
tay committed Oct 25, 2012
1 parent 7d3ba34 commit 8afa051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Twitter.update("I'm tweeting with @gem!")
Applications that make requests on behalf of multiple Twitter users should
avoid using global configuration. In this case, you may still specify the
`consumer_key` and `consumer_secret` globally. (In a Rails application, this
could go in `config/initiliazers/twitter.rb`.)
could go in `config/initializers/twitter.rb`.)

```ruby
Twitter.configure do |config|
Expand Down

0 comments on commit 8afa051

Please sign in to comment.