[CB-3307] Remove instruction about updating version in cordova.js

No longer required.
diff --git a/README.md b/README.md
index 61256fe..b240887 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,9 @@
 
 Update to Apache Cordova x.x.x by:
 
-1. `www/index.html`
-    - Update `<script type="text/javascript" src="cordova-x.x.x.js"></script>`
-2. `VERSION`
+1. `VERSION`
     - Update the version
-3. Commit and Tag
+2. Commit and Tag
     - `git commit -am "[app] Version x.x.x"`
     - `git tag x.x.x`