Skip to content

Commit 83493cb

Browse files
committed
Merge pull request #21 from mrclmrvn/master
correct initializers path
2 parents 817ee39 + 44ab4b7 commit 83493cb

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)