Skip to content

Commit

Permalink
Merge 037adc9 into fe14887
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Apr 16, 2013
2 parents fe14887 + 037adc9 commit 980ecfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -93,7 +93,7 @@ steps are necessary for your application. For example, in a Rails app I
would add a line in my `routes.rb` file like this:

```ruby
match '/auth/:provider/callback', to: 'sessions#create'
get '/auth/:provider/callback', to: 'sessions#create'
```

And I might then have a `SessionsController` with code that looks
Expand Down

0 comments on commit 980ecfa

Please sign in to comment.