From b71ac73d7555898a67a2ae91d49742ec85a69184 Mon Sep 17 00:00:00 2001
From: ubuntu <ubuntu@ubuntu.com>
Date: Tue, 26 Jun 2018 12:07:25 +0800
Subject: [PATCH] fix address bug

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 69b93b8..807df1c 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
 
 【客户端】:
 ```bash
-wget -N --no-check-certificate https://github.com/cppla/ServerStatus/blob/master/autodeploy/client-auto.sh
+wget -N --no-check-certificate https://raw.githubusercontent.com/cppla/ServerStatus/master/autodeploy/client-auto.sh
 chmod +x client-auto.sh
 ./client-auto.sh
 ```