Merge pull request #129 from hoshinotsuyoshi/fix_typo_readme

Fix typo in README
This commit is contained in:
Richard Morris 2018-05-30 18:16:01 -07:00 committed by GitHub
commit 890a31e749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ Once you have an API that can describe itself in Swagger, you've opened the trea
gem 'rswag-api' gem 'rswag-api'
gem 'rswag-ui' gem 'rswag-ui'
groups :test do group :test do
gem 'rspec-rails' gem 'rspec-rails'
gem 'rswag-specs' gem 'rswag-specs'
end end