From 654679870dd3fcb12a5287bfa0362e371d862df6 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 18 Jul 2020 05:23:15 +0300 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8f7eab..2a96eef 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# gcrequest \ No newline at end of file +# gcrequest + +a simple service for formatting JSON from curl's answer + +## instal + +``` +go get github.com/frankegoesdown/gcrequest +``` + +## usage + +``` +gcrequest curl --location --request GET 'http://localhost:8080/todos' + +or + +gcrequest --location --request GET 'http://localhost:8080/todos' +```