README updates for activemq example

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/features/trunk@1208918 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/README.txt b/examples/README.txt
index b2a2661..8237ef4 100644
--- a/examples/README.txt
+++ b/examples/README.txt
@@ -57,6 +57,12 @@
   it through the OSGi HTTP service.  It includes a custom CallbackHandler implementation
   to show you how to implement your own authentication logic.
 
+ActiveMQ Examples
+=================
+
+- activemq-camel-blueprint
+  Deploys Camel EIP routes as an OSGi bundle using Blueprint. These routes
+  make use of an ActiveMQ queue hosted on the local broker deployed in ServiceMix.
 
 Karaf examples
 ==============
diff --git a/examples/activemq/activemq-camel-blueprint/README.txt b/examples/activemq/activemq-camel-blueprint/README.txt
index 558634e..b11f0ae 100644
--- a/examples/activemq/activemq-camel-blueprint/README.txt
+++ b/examples/activemq/activemq-camel-blueprint/README.txt
@@ -21,7 +21,7 @@
 Purpose
 -------
 Deploys Camel EIP routes as an OSGi bundle using Blueprint. These routes
-makes use of an ActiveMQ queue hosted on the local broker deployed in ServiceMix.
+make use of an ActiveMQ queue hosted on the local broker deployed in ServiceMix.
 
 Configuration makes use of the OSGi Configuration Admin service and
 Blueprint property placeholders, and the example demonstrates how to