You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/11/11 02:23:34 UTC

cordova-plugins git commit: Update README.md for new plugin install hook.

Repository: cordova-plugins
Updated Branches:
  refs/heads/master eefd80e43 -> 88350ccfe


Update README.md for new plugin install hook.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/88350ccf
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/88350ccf
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/88350ccf

Branch: refs/heads/master
Commit: 88350ccfef192e9c5576e851c64265a44c3005c5
Parents: eefd80e
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Nov 10 17:23:32 2014 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Nov 10 17:23:32 2014 -0800

----------------------------------------------------------------------
 local-webserver/README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/88350ccf/local-webserver/README.md
----------------------------------------------------------------------
diff --git a/local-webserver/README.md b/local-webserver/README.md
index 54e0888..bea0d0b 100644
--- a/local-webserver/README.md
+++ b/local-webserver/README.md
@@ -1,11 +1,10 @@
-# CordovaLocalWebServer
+# Cordova Local WebServer
 
 This Apache Cordova plugin will install a local web server in your iOS app, and will serve the contents of your `www` directory, looking for an index page of `index.html`.
 
-After installing the plugin, change the `src` attribute of your `<content>` tag in `config.xml`:
+After the plugin is installed, it changes the `config.xml` in your project root by modifying this tag to:
     
-        <!-- port can be whatever you want -->
-        <content src="http://localhost:8088" />
+        <content src="http://localhost:0" />
     
 For the local web server to start, the url **must** be http://localhost, and you can set the port to whatever you want in the url, the local web server will use this as the port automatically. `If you set the port to "0", it will select a randomized and free port.`
     


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org