Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Mar 21, 2019
1 parent d90841b commit 3f495f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -53,7 +53,7 @@ new OpenApiMiddleware({
}).install(app);
```

## Example
## Example API Server

Try the complete example below:

Expand Down Expand Up @@ -103,6 +103,6 @@ console.log('Listening on port 3000');
module.exports = app;
```

## [Example Project](https://github.com/cdimascio/express-middleware-openapi-example)
## [Example API Server (Full Project Source)](https://github.com/cdimascio/express-middleware-openapi-example)

A full working example lives [here](https://github.com/cdimascio/express-middleware-openapi-example)

0 comments on commit 3f495f2

Please sign in to comment.