Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu authored Dec 6, 2018
1 parent fe05331 commit 731e47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Getting Started
/bin/bash -e <(curl -fsSL https://raw.githubusercontent.com/noboomu/proteus-example/master/scripts/quickStart.sh)
```

- Open [http://localhost:8090/v1/openapi](http://localhost:8090/v1/openapi) for an OpenAPI UI.
- Open [http://localhost:8090/v1/openapi](http://localhost:8090/v1/openapi) for a Swagger UI.

### As a dependency

Expand Down Expand Up @@ -445,7 +445,7 @@ Prior to calling `start` on the `ProteusApplication` instance:
* Register `Module` classes via `addModule`
* Register classes annotated with `javax.ws.rs.Path` via `addController`

Out of the box you get am [OpenAPI UI](https://github.com/swagger-api/swagger-ui) at `/openapi`.
Out of the box you get a [Swagger UI](https://github.com/swagger-api/swagger-ui) at `/openapi`.

> A `Service` extends `com.google.common.util.concurrent.AbstractIdleService` or `io.sinistral.proteus.services.BaseService`.
Expand Down

0 comments on commit 731e47e

Please sign in to comment.