Skip to content

Commit e951ce3

Browse files
committed
Merge pull request ruby-grape#175 from mikefischer/master
Update README.md
2 parents d4bae9b + bc2f6fe commit e951ce3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,14 +313,14 @@ add_swagger_documentation(
313313
Finally you can write endpoint descriptions the with markdown enabled.
314314

315315
``` ruby
316-
desc "Reserve a virgin in heaven", {
316+
desc "Reserve a burger in heaven", {
317317
notes: <<-NOTE
318-
Virgins in Heaven
318+
Veggie Burgers in Heaven
319319
-----------------
320320
321-
> A virgin doesn't come for free
321+
> A veggie burger doesn't come for free
322322
323-
If you want to reserve a virgin in heaven, you have to do
323+
If you want to reserve a veggie burger in heaven, you have to do
324324
some crazy stuff on earth.
325325
326326
def do_good

0 commit comments

Comments
 (0)