From 28837fec53ba3f16dd3d59d07921e07d9b5a51da Mon Sep 17 00:00:00 2001 From: Aji Kamaludin Date: Sun, 16 Jul 2023 23:55:36 +0700 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f21c5bf..023ff56 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,19 @@ this a simple rest app and cli app to manage books and collections of books [Collection](./GRACE.postman_collection.json) -## How to run the Rest Api +## RUN REST API ```bash go run main.go ``` -## How to run the Command Line App +## Command_Line App ```bash go run command/main.go ``` -## How to run the unit test / integration test +## Unit Test ```bash go test -v