diff --git a/README.md b/README.md index fc2f68e..2a43df4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This Golang library provides Types and Methods to drive a Keycloak instance through its REST Admin interface. -## Supported Features +## Supported Features * **Realms**: CRUD, Export, Import * **Clients**: CRU @@ -11,16 +11,6 @@ This Golang library provides Types and Methods to drive a Keycloak instance thro ## Hello, World example -Create a directory for your project, initialize the Go module. - -```sh -mkdir kc-test -cd kc-test -go mod init foo/bar -``` - -**main.go**: - ```go package main