Merge pull request #204 from stefanosx/patch-1

Update README.md
This commit is contained in:
Greg Myers 2019-10-16 23:45:53 +01:00 committed by GitHub
commit b1e089af6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,8 @@ Once you have an API that can describe itself in Swagger, you've opened the trea
Or run the install generators for each package separately if you installed Rswag as separate gems, as indicated above: Or run the install generators for each package separately if you installed Rswag as separate gems, as indicated above:
```ruby ```ruby
rails g rswag:api:install rswag:ui:install rails g rswag:api:install
rails g rswag:ui:install
RAILS_ENV=test rails g rswag:specs:install RAILS_ENV=test rails g rswag:specs:install
``` ```