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 ```