Skip to content

Commit

Permalink
Fixing readme typos (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-fitzgerald authored Aug 17, 2023
1 parent 0c49940 commit c9c6913
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/todo-actix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ For security restricted endpoints the super secret API key is: `utoipa-rocks`.

Just run command below to run the demo application and browse to `http://localhost:8080/swagger-ui/`.

If you prefer Redoc just head to `http://localhost:8000/redoc` and view the Open API.
If you prefer Redoc just head to `http://localhost:8080/redoc` and view the Open API.

RapiDoc can be found from `http://localhost:8000/rapidoc`.
RapiDoc can be found from `http://localhost:8080/rapidoc`.

```bash
cargo run
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-axum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ For security restricted endpoints the super secret API key is: `utoipa-rocks`.

Just run command below to run the demo application and browse to `http://localhost:8080/swagger-ui/`.

If you prefer Redoc just head to `http://localhost:8000/redoc` and view the Open API.
If you prefer Redoc just head to `http://localhost:8080/redoc` and view the Open API.

RapiDoc can be found from `http://localhost:8000/rapidoc`.
RapiDoc can be found from `http://localhost:8080/rapidoc`.

```bash
cargo run
Expand Down

0 comments on commit c9c6913

Please sign in to comment.