README.md in snake-eyes-0.0.1 vs README.md in snake-eyes-0.0.2
- old
+ new
@@ -15,10 +15,10 @@
## Usage
To use SnakeEyes, simply add the following to the top of any controller in which you wish to have snake case parameters. All controllers that inherit from it shall also have the behaviour
```ruby
-class Json_Controller < ApplicationController
+class JsonController < ApplicationController
snake_eyes_params
def show
#reference the params hash as normal
end