Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangoerdes committed Mar 11, 2024
1 parent 06eb36b commit ed50611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution/examples/openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ curl http://localhost:2000/api-docs

# OpenAPI Overview

The `api-docs` plugin provides an overview of all APIs deployed on Membrane, facilitating effortless navigation to the Swagger UI for each API. This readme serves as a reference for using the `api-docs` plugin.
The `api-docs` plugin provides an overview of all APIs deployed on Membrane, facilitating effortless navigation to the Swagger UI for each API.

## Configuration

Expand Down Expand Up @@ -125,7 +125,7 @@ To utilize the plugin, simply include the `<apiDocs />` tag at the desired endpo
</router>
```
### Usage
After configuring the plugin, access it via the defined port, for example: http://localhost:2000/.
After configuring the plugin, access it via the defined api, for example: http://localhost:2000/.

**API List:** The overview displays all deployed APIs.

Expand Down

0 comments on commit ed50611

Please sign in to comment.