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' +```