From 4a32108f783cabc7fd2c74a1a566221d56709e60 Mon Sep 17 00:00:00 2001 From: mynnx Date: Thu, 8 Apr 2021 15:44:07 -0700 Subject: [PATCH] Document using multiple tags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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