Update documentation with 2.1.0 new features
diff --git a/common/Readme.md b/common/Readme.md
index dbc5099..fe2959d 100644
--- a/common/Readme.md
+++ b/common/Readme.md
@@ -11,7 +11,7 @@
 
 Key             | Default | Description
 ----------------|---------|------------
-httpBase        |         | Start of the addres like http://myserver:8181
+httpBase        |         | Start of the address like http://myserver:8181
 cxfServletAlias | /cxf    | Name of the cxf servlet alias
 
 The absolute address of a service is determined by :
@@ -34,6 +34,7 @@
 * javax.ws.rs.ext.ExceptionMapper
 * javax.ws.rs.ext.MessageBodyReader
 * javax.ws.rs.ext.MessageBodyWriter
-* Callable<List<Object>>
+* javax.ws.rs.ext.ContextResolver
+* Callable\<List\<Object\>\>
 
-The Callable allows to publish a intent service that returns a List of intents. So several intents can be grouped with one name.
+The Callable allows one to publish an intent service that returns a List of intents, so several intents can be grouped with one name.
diff --git a/provider-rs/Readme.md b/provider-rs/Readme.md
index e387952..843f060 100644
--- a/provider-rs/Readme.md
+++ b/provider-rs/Readme.md
@@ -5,11 +5,12 @@
 # Properties
 
 *   service.exported.interfaces Interfaces to be exported or * to export all
-*   service.exported.configs org.apache.cxf.rs  
+*   service.exported.configs org.apache.cxf.rs
 *   org.apache.cxf.rs.address http://localhost:9090/greeter for CXF jetty transport or /greeter for servlet transport
 *   org.apache.cxf.rs.httpservice.context Can be set to use a specific http context
 *   org.apache.cxf.rs.httpservice.context.properties.* Properties wih this prefix will be set as properties of the factory. They can be used to configure features
 *   org.apache.cxf.rs.wadl.location
+*   cxf.bus.prop.* Properties with this prefix will be set as CXF bus properties (with the prefix removed)
 
 # Sample
 
diff --git a/provider-ws/Readme.md b/provider-ws/Readme.md
index e698ae2..14547c6 100644
--- a/provider-ws/Readme.md
+++ b/provider-ws/Readme.md
@@ -4,12 +4,12 @@
 
 # Properties
 
-
 *   service.exported.interfaces Interfaces to be exported or * to export all
-*   service.exported.configs org.apache.cxf.ws  
+*   service.exported.configs org.apache.cxf.ws
 *   org.apache.cxf.ws.address http://localhost:9090/greeter for CXF jetty transport or /greeter for servlet transport
 *   org.apache.cxf.ws.httpservice.context Can be set to use a specific http context
 *   org.apache.cxf.ws.context.properties.* Properties wih this prefix will be set as properties of the factory. They can be used to configure features
+*   cxf.bus.prop.* Properties with this prefix will be set as CXF bus properties (with the prefix removed)
 
 # Modes