Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit ffeb450

Browse files
committed
2 parents 9248a7e + 0a5c897 commit ffeb450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const spec = openapi();
3636
```
3737

3838
### Swagger UI Express example
39-
Swagger UI Express is a popular module that allows you to serve OpenAPI docs from express.
39+
[Swagger UI Express](https://github.com/scottie1984/swagger-ui-express) is a popular module that allows you to serve OpenAPI docs from express.
4040
The result is living documentation for your API hosted from your API server via a route.
4141

4242
```js
@@ -90,7 +90,7 @@ Then create an `.eslintrc.json`:
9090

9191
## Basic structure
9292
You can write OpenAPI definitions in JSDoc comments or YAML files.
93-
In this guide, we use only JSDoc comments examples but YAML files works equally well.
93+
In this guide, we use only JSDoc comments examples. However, YAML files work equally as well.
9494

9595
Each comment defines individual endpoints (paths) in your API, and the HTTP methods (operations) supported by these endpoints.
9696
For example, `GET /users` can be described as:

0 commit comments

Comments
 (0)