fix conflict with remote repositiory
diff --git a/doc/Introduction.md b/doc/Introduction.md
index 57af3ff..ab5a926 100644
--- a/doc/Introduction.md
+++ b/doc/Introduction.md
@@ -1,9 +1,9 @@
-
 ----------
 ## RocketMQ Client Go
 
 ### 1. Go Version
-* go1.11.1 darwin/amd64
+* go1.10.5 darwin/amd64
+
 
 ### 2. Dependency
 * [librocketmq](https://github.com/apache/rocketmq-client-cpp)	
@@ -13,15 +13,15 @@
 * Install Compile tools (homebrew package manager)
     ```
     1. xcode-select --install
-    3. brew install cmake
-    4. brew install automake
+    2. brew install cmake
+    3. brew install automake
     ```
 * Install dependencies
     1. [Go official download](https://golang.org/dl/)
 
     2. Get go client package
     ```
-    go get github.com/gaufung/rocketmq-client-go
+    go get github.com/apache/rocketmq-client-go
     ```
     3. [librocketmq](https://github.com/apache/rocketmq-client-cpp)
         - `git clone https://github.com/apache/rocketmq-client-cpp`
@@ -33,9 +33,12 @@
 
 #### Linux
 
+*coming soon*
 
 #### Windows
 
+*coming soone*
+
 ----------
 ## How to use