diff --git a/README.md b/README.md
index 1a32219..faa6e82 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,26 @@
# CloudSponge Examples
This is a public library of fully functional examples of the CloudSponge widget. You can deploy any of these html files into your `localhost` environment to start tinkering around with the product.
-## basic.html
-The simplest way to integrate the CloudSponge widget is to add an anchor tag with the cs_import class somewhere on your page.
+Hosting this directory is straightforward if you have python installed on your system:
+
+* open a terminal
+* cd to this directory
+* run `python -m SimpleHTTPServer 5000`
+* open [localhost:5000/](http://localhost:5000/) in a browser
+
+## Basic Installation
+
+The simplest way to integrate the CloudSponge widget is to add an anchor tag with the cloudsponge-launch class somewhere on your page.
+
+* [Run /hello-world.html](/hello-world.html)
+* [Run /basic.html](/basic.html)
+* [Documentation](https://www.cloudsponge.com/developer/contact-picker/basic-installation/)
+
+## Deep Links
-## deep-links.html
You can skip the main menu and let your users go straight to the contact source that they want by adding these deep links to your page.
-Most people replace these text links with graphics. You can download some icons here if you don't have your own set.
+* [Run /deep-links.html](/deep-links.html)
+* [Documentation](https://www.cloudsponge.com/developer/contact-picker/linking-options/deep-links/)
+
+Most people replace these text links with graphics. You can [download some icons here](https://www.iconfinder.com/cloudsponge) if you don't have your own set.
diff --git a/basic.html b/basic.html
index 89f95fe..f0e2533 100644
--- a/basic.html
+++ b/basic.html
@@ -9,37 +9,35 @@
The simplest way to integrate the CloudSponge widget is to add an anchor tag with the cs_import class somewhere on your page.
The simplest way to integrate the CloudSponge widget is to add an anchor tag with the cloudsponge-launch class somewhere on your page.
The easiest way to populate an element is to give it a class or cloudsponge-contacts.