Skip to content

Commit

Permalink
docs(examples): add examples folder link
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek_kumar committed Feb 23, 2018
1 parent edbd012 commit fcdf765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@ router.get('/docs*', koaSwaggerUI(options));
app.use(router.routes()).use(router.allowedMethods());
```

### Examples
For more examples, [`click here`](https://github.com/vivek-26/middleware-swagger-ui/tree/master/examples)

### Upcoming
* Add more tests.

0 comments on commit fcdf765

Please sign in to comment.