Bug 435151 - Wrong separator given in documentation of non-proxy hosts for Aether Ant Tasks

Fixed example of <proxy> type to demonstrate proper syntax using pipe character
diff --git a/README.md b/README.md
index e5ffb9c..2a96247 100644
--- a/README.md
+++ b/README.md
@@ -38,9 +38,9 @@
 
 Proxy definitions are used throughout the whole session. There may be multiple
 proxies set. The proxy to use will be chosen by evaluating the nonProxyHosts on
-each proxy definition.
+each proxy definition, the first matching proxy will be used for a given remote connection.
 
-    <proxy host="" port="" type="http" nonProxyHosts="foo,bar"/>
+    <proxy host="proxy.mycorp.com" port="8080" type="http" nonProxyHosts="127.*|localhost|*.mycorp.com"/>
 
 ### Authentication