FELIX-1675: karaf web demo README references old servicemix-client jar

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@821884 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/demos/web/README.txt b/karaf/demos/web/README.txt
index a41aad9..e3adccd 100644
--- a/karaf/demos/web/README.txt
+++ b/karaf/demos/web/README.txt
@@ -22,7 +22,7 @@
   * build the web app using "mvn package" and deploy the web application to your favorite web container
   * run the web app from the command line using the "mvn package jetty:run" command
   
-Once the web application is started, you can use the Apache ServiceMix Kernel client to connect to the running server:
-  cd [smx-kernel-install-dir]
-  java -jar lib/servicemix-client.jar
+Once the web application is started, you can use the Apache Felix Karaf client to connect to the running server:
+  cd [karaf-install-dir]
+  java -jar lib/karaf-client.jar