Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaaano committed Sep 10, 2021
1 parent 9b8c2d7 commit 234bbbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It showcases a diverse set of features and capabilities provided by the framewor
* Docker, Kubernetes and OpenShift deployments.
* Unit testing (REST Assured, JUnit).
* Postman automated API testing.
* CI pipeline with [GitHub Actions](./github/workflows/quarkus.yml)
* CI pipeline with [GitHub Actions](./github/workflows/ci.yml)
* Works on native mode.

## Running the application in dev mode
Expand Down Expand Up @@ -161,6 +161,7 @@ $ curl -v -X POST http://localhost:8080/api/pets -H "Authorization: Bearer "$acc
## Misc

Test i18n localization:

```
curl -i -X PUT http://localhost:8080/api/pets/x -d '{}' -H 'Content-Type: application/json' -H 'Accept-Language: fr-FR'
```
Expand Down

0 comments on commit 234bbbc

Please sign in to comment.