diff --git a/README.md b/README.md index c5112c2..920110e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This application is a modified version of the Quarkus quickstart/guide for differences: * Set `quarkus.smallrye-openapi.store-schema-directory` in *application.properties* -* Updated *.gitignore* to with `openapi.json` and `openapi.yaml` +* Updated *.gitignore* with `openapi.json` and `openapi.yaml` * Added the `quarkus-openshift` extension ## Usage @@ -35,4 +35,4 @@ Exposes the application on `http://localhost:8080` and enables live reload. ```bash ./mvnw clean package -Dquarkus.kubernetes.deploy=true -Dquarkus.openshift.expose=true -``` \ No newline at end of file +```