From d19f1e06e62e9836f91507b9c127ff1131c4a08c Mon Sep 17 00:00:00 2001 From: Shikhar Soni Date: Sun, 24 Dec 2023 15:17:09 +0530 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e9a3a..1965c89 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ - Run `docker compose up -d` to start the PostgreSQL database container. (Make sure all the required [environment variables](#environment-variables) are set) - Optionally set up [Github OAuth](#github-oauth) to test the endpoints which require login. (See also: [Endpoints](#endpoints)) - Run `go run cmd/backend.go` to start the server. -- Optionally install [pgAdmin](https://www.pgadmin.org/) or [DBeaver](https://dbeaver.io/) or a similar tool to help manage the local database `devDB.db` (postgresql). +- Optionally install [pgAdmin](https://www.pgadmin.org/) or [DBeaver](https://dbeaver.io/) or a similar tool to help manage the local database (PostgreSQL). - Optionally install [Postman](https://www.postman.com/) or a similar tool to test the API endpoints. - Optionally (but **recommended**) [set up pre-commit hooks](#setting-up-pre-commit-hooks).