Skip to content

Commit

Permalink
Fixed readme a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-nill-lutron committed Jun 2, 2016
1 parent 8e11eea commit c0ef337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 0.2.2 (Next)

* Your contribution here
* [#57](https://github.com/ruby-grape/grape-swagger-rails/pull/57): Support Swagger-UI supportedSubmitMethods option - [@ShadowWrathOogles](https://github.com/ShadowWrathOogles).

### 0.2.1 (May 21, 2016)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ See the official Swagger-UI documentation about [SwaggerUi Parameters](https://g
GrapeSwaggerRails.options.doc_expansion = 'list'
```

You can set supportedSubmitMethods with an array of the supported HTTP methods, default is ["get" "post" "put" "delete" "patch"]
You can set supportedSubmitMethods with an array of the supported HTTP methods, default is ["get" "post" "put" "delete" "patch"].
See the official Swagger-UI documentation about [SwaggerUi Parameters](https://github.com/swagger-api/swagger-ui#parameters).

```ruby
Expand Down

0 comments on commit c0ef337

Please sign in to comment.