We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cddd3ba commit 44ab4b7Copy full SHA for 44ab4b7
README.md
@@ -26,7 +26,7 @@ Add this line to `./config/routes.rb`:
26
mount GrapeSwaggerRails::Engine => '/swagger'
27
```
28
29
-Create an initializer (e.g. `./config/initializer/swagger.rb`) and specify the URL to your Swagger API schema:
+Create an initializer (e.g. `./config/initializers/swagger.rb`) and specify the URL to your Swagger API schema:
30
31
```ruby
32
GrapeSwaggerRails.options.url = '/swagger_doc.json'
0 commit comments