diff --git a/README.md b/README.md index 273302830..b71e5fefe 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Run `go run github.com/opentdf/platform/service provision fixtures -h` for more ### Provisioning Custom Keycloak and Policy Data -To providion a custom keycloak setup, create a yaml following the format of [the sample keycloak config]((service/cmd/keycloak_data.yaml)). You can create different realms with seperate users, clients, roles, and groups. Run the provisioning with `go run ./service provision keycloak-from-config -f `. +To provision a custom Keycloak setup, create a yaml following the format of [the sample Keycloak config](service/cmd/keycloak_data.yaml). You can create different realms with separate users, clients, roles, and groups. Run the provisioning with `go run ./service provision keycloak-from-config -f `. ### Generation