Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ By default the JQueryParams fix is applied to all http methods, however you can
the applies_to option with your chosen http method:

```ruby
use Rack::JQueryParams :applies_to => :get
use Rack::JQueryParams, :applies_to => :get
```

You can also set applies_to to be an array of http methods:

```ruby
use Rack::JQueryParams :applies_to => [:get, :put, :delete]
use Rack::JQueryParams, :applies_to => [:get, :put, :delete]
```


## License

Please refer to [LICENSE.md](https://github.com/calebclark/rack-jquery-params/blob/master/LICENSE.md).
Please refer to [LICENSE.md](https://github.com/calebclark/rack-jquery-params/blob/master/LICENSE.md).