diff --git a/README.md b/README.md index 6de962e..356662e 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ There is also a generator which can help get you started `rails generate rspec:s path '/blogs/{id}' do get 'Retrieves a blog' do - tags 'Blogs' + tags 'Blogs', 'Another Tag' produces 'application/json', 'application/xml' parameter name: :id, in: :path, type: :string