Commit 1ff92eda5546ca9cac449ad7a7ef491b765b63d6

Authored by Andrew Kane
1 parent f62b6202

Added note about route

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -353,7 +353,7 @@ Typically, you want to use a JavaScript library like [typeahead.js](http://twitt
353 353  
354 354 #### Here’s how to make it work with Rails
355 355  
356   -First, add a controller action.
  356 +First, add a route and controller action.
357 357  
358 358 ```ruby
359 359 # app/controllers/cities_controller.rb
... ...