Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-konoval committed Apr 16, 2018
1 parent 13ae64a commit f614e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -37,10 +37,10 @@ Rails.application.routes.draw do

resources :fruits do
member do
put 'ripen' to: 'fruits#ripen'
put 'ripen', to: 'fruits#ripen'
end
collection do
get 'citrus' to: 'fruits#citrus_index'
get 'citrus', to: 'fruits#citrus_index'
end
end

Expand Down

0 comments on commit f614e50

Please sign in to comment.