From 46bd319ebefe44636c692dd0af4321ca17d34964 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 12 Dec 2021 21:41:23 +0100 Subject: [PATCH] Fix small error in readme (changelog ignore) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1989dc3f..0ebc8e2c 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ For more information see [this issue](https://github.com/InseeFrLab/keycloakify/ **All this is defaults with [`create-react-app`](https://create-react-app.dev)** (tested with 4.0.3) - `mvn` ([Maven](https://maven.apache.org/)), `rm`, `mkdir`, `curl`, `unzip` are assumed to be available. -- `docker` must be up and running when running `yarn keycloak`. +- `docker` must be up and running when running `start_keycloak_testing_container.sh` (Instructions provided after running `yarn keycloak`). ## My framework doesn’t seem to be supported, what can I do?