Skip to content

Commit 0f1ebf2

Browse files
alex-konovalOleksandr Konoval
authored andcommitted
Fix typo in readme
1 parent e63de66 commit 0f1ebf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Rails.application.routes.draw do
3333

3434
resources :fruits do
3535
member do
36-
put 'ripen' to: 'fruits#ripen'
36+
put 'ripen', to: 'fruits#ripen'
3737
end
3838
collection do
39-
get 'citrus' to: 'fruits#citrus_index'
39+
get 'citrus', to: 'fruits#citrus_index'
4040
end
4141
end
4242

0 commit comments

Comments
 (0)