Fix typo in README

Fixed Gemfile example.
This commit is contained in:
hoshinotsuyoshi 2018-05-31 08:54:12 +09:00
parent 254ade95db
commit 862ea53cf4

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-ui'
groups :test do
group :test do
gem 'rspec-rails'
gem 'rswag-specs'
end