From edc3c84f3395dec997e1e95fa2378513a2a39fb4 Mon Sep 17 00:00:00 2001 From: Bakhtiyor Ruziev Date: Sun, 17 Mar 2024 23:03:12 +0500 Subject: [PATCH] fix info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c2efd..bb126eb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ It has a basic structure and configuration for the project I usually use. │   └── pkg - internal packages │   ├── closer - closer package provide a way to close multiple resources │   ├── logx - logx package provide a way to log messages -│   ├── git - git package provide a information about version and git commit +│   ├── info - info package provide a information about version and git commit │   └── healthcheck - healthcheck package provide a healthcheck functionality ├── pkg - public packages ├── .theruziev - project related files (e.g. Docker, taskfile.yml, etc.)