Merge pull request #1038 from alasdairhodge/bash-clipboard-copy

Correctly strip prompt characters from bash snippets...
diff --git a/docs/favicon.ico b/docs/favicon.ico
index ac33c5e..bdf37d2 100644
--- a/docs/favicon.ico
+++ b/docs/favicon.ico
Binary files differ
diff --git a/docs/start/walkthrough/index.md b/docs/start/walkthrough/index.md
index 677762d..de85dee 100644
--- a/docs/start/walkthrough/index.md
+++ b/docs/start/walkthrough/index.md
@@ -94,7 +94,7 @@
 $ cd target/brooklyn-sample-0.1.0-SNAPSHOT-dist/brooklyn-sample-0.1.0-SNAPSHOT/
 
 $ ./start.sh application \
-    --class com.acme.sample.brooklyn.ClusterWebServerDatabaseSample \
+    --class com.acme.sample.brooklyn.sample.app.ClusterWebServerDatabaseSample \
     --location jclouds:aws-ec2:eu-west-1
 {% endhighlight %}
 
diff --git a/usage/jsgui/src/main/webapp/favicon.ico b/usage/jsgui/src/main/webapp/favicon.ico
new file mode 100644
index 0000000..bdf37d2
--- /dev/null
+++ b/usage/jsgui/src/main/webapp/favicon.ico
Binary files differ