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.
2 parents 817ee39 + 44ab4b7 commit 83493cbCopy full SHA for 83493cb
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