From c8a5fd9c87b94227d16b8e0ca72b48f8d48253f0 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 21 Jan 2021 15:10:06 +0100 Subject: [PATCH] doc --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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