fix doc
diff --git a/README.md b/README.md
index 1ed8651..033f011 100644
--- a/README.md
+++ b/README.md
@@ -60,15 +60,6 @@
 ${ECHARTS_BASE}/echarts-www/builder/pre/removeDEV.js # remove __DEV__
 ```
 
-**Update the version number of echarts in `echarts-www`.**
-```shell
-code ${ECHARTS_BASE}/echarts-www/config/common.js
-# Update the version manually. Then:
-cd ${ECHARTS_BASE}/echarts-www/
-./node_modules/.bin/gulp sourceVersion
-cat builder/echarts.html | grep urlArgs # Check
-```
-
 ### If the release download list needs to be updated
 
 ```shell