Skip to content

Commit 44ab4b7

Browse files
committed
correct initializers path
1 parent cddd3ba commit 44ab4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add this line to `./config/routes.rb`:
2626
mount GrapeSwaggerRails::Engine => '/swagger'
2727
```
2828

29-
Create an initializer (e.g. `./config/initializer/swagger.rb`) and specify the URL to your Swagger API schema:
29+
Create an initializer (e.g. `./config/initializers/swagger.rb`) and specify the URL to your Swagger API schema:
3030

3131
```ruby
3232
GrapeSwaggerRails.options.url = '/swagger_doc.json'

0 commit comments

Comments
 (0)