From efcd55bfc79da3a110b8f7d5a21639ecfc67e048 Mon Sep 17 00:00:00 2001 From: serr Date: Sun, 13 Apr 2025 17:14:06 +0300 Subject: [PATCH] readme md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50cf012..b76bb63 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Lightweight directories monitor with automatic rebuild and restart functionality 2. Configure the script: ```bash DURATION=1 # Delay between checks in seconds -WATCH_DIRS=("folder1" "folder2" "main.go") # # Directories/concrete files to watch +WATCH_DIRS=("folder1" "folder2" "main.go") # Directories/concrete files to watch BINARY_PATH="./main" # Output path BUILD_CMD="go build -o $BINARY_PATH main.go" # Your custom build command ```