From 77b8309c270788d193744f55a5b4fbc5d1e50f30 Mon Sep 17 00:00:00 2001 From: Idhibhat Pankam Date: Sat, 6 Jan 2024 23:08:25 +0700 Subject: [PATCH] fix: readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ea5318..c6cd0ee 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ These instructions will get you a copy of the project up and running on your loc ### Running 1. Run `docker-compose up -d` -2. Run `go run ./src/.` or `make server` +2. Run `go run ./cmd/.` or `make server` ### Testing -1. Run `go test -v -coverpkg ./src/internal/... -coverprofile coverage.out -covermode count ./src/internal/...` or `make test` +1. Run `go test -v -coverpkg ./internal/... -coverprofile coverage.out -covermode count ./internal/...` or `make test` ## Other microservices/repositories of Johnjud - [Johnjud-gateway](https://github.com/isd-sgcu/johnjud-gateway): Routing and request handling