From d4e2dc10a0a77cd27750f2f50c05d8559ad85ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20=C3=96zelo=C4=9Flu?= Date: Mon, 9 May 2022 17:06:36 +0300 Subject: [PATCH] Make copyable go command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Readme updated with new style. Signed-off-by: Gökhan Özeloğlu --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b091c26..7e14a50 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ koanf comes with built in support for reading configuration from files, command ### Installation -`go get -u github.com/knadh/koanf` +```shell +go get -u github.com/knadh/koanf +``` ### Contents