From 70f811ce53dd8e0fb0c1a55c760558862604ac50 Mon Sep 17 00:00:00 2001
From: vcaesar <vzvway@gmail.com>
Date: Mon, 7 Oct 2024 14:09:01 -0700
Subject: [PATCH]  Update: update readme.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1c6e791..4c1a72f 100644
--- a/README.md
+++ b/README.md
@@ -277,9 +277,9 @@ func main() {
     robotgo.Save(img2, "test_"+strconv.Itoa(i)+".png")
 
     x, y, w, h := robotgo.GetDisplayBounds(i)
-		img3, err := robotgo.CaptureImg(x, y, w, h)
-		fmt.Println("Capture error: ", err)
-		robotgo.Save(img3, path1+"_1.png")
+    img3, err := robotgo.CaptureImg(x, y, w, h)
+    fmt.Println("Capture error: ", err)
+    robotgo.Save(img3, path1+"_1.png")
   }
 }
 ```