Skip to content

Commit 9ba0f33

Browse files
authored
Merge pull request #643 from vinceve/patch-1
Update README.md
2 parents 7cc5e22 + cea7f77 commit 9ba0f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Or by using a route setting:
462462

463463
```ruby
464464
route_setting :swagger, { hidden: true }
465-
gem '/kittens' do
465+
get '/kittens' do
466466
```
467467

468468
Endpoints can be conditionally hidden by providing a callable object such as a lambda which evaluates to the desired

0 commit comments

Comments
 (0)