From fddfa1f104e57d0803cf4d8a44e83f507b952038 Mon Sep 17 00:00:00 2001 From: noboomu Date: Mon, 10 Dec 2018 11:57:17 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b505b1d..98e8922 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,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 a Swagger UI. +- Open [http://localhost:8090/v1/openapi](http://localhost:8090/v1/openapi) for a v3 Swagger UI. ### As a dependency @@ -41,7 +41,7 @@ Getting Started io.sinistral proteus-core - 0.3.5 + 0.3.6 ``` @@ -455,7 +455,7 @@ Out of the box you get a [Swagger UI](https://github.com/swagger-api/swagger-ui) Examples ---------- -Check out [this example](https://github.com/noboomu/proteus-example). +Check out [this example](https://github.com/noboomu/proteus-example) that also demonstrates [pac4j](https://github.com/pac4j/pac4j) integration. Motivation