diff --git a/src/README.txt b/src/README.txt
new file mode 100644
index 0000000..05cb9bb
--- /dev/null
+++ b/src/README.txt
@@ -0,0 +1,23 @@
+v0.2.0 - 6/10/2012
+
+Thank you for choosing to install QUnit-Metro. This initial release should get you started with writing simple unit tests for your WinJS Metro applications.
+
+To get started, in your App Bar control in default.htm add the following button:
+
+
+In the default.htm page, add this container for the unit test results:
+
+
+
+
+
+
+
+Next, add references to the QUnit-Metro script and css in each page of your app:
+
+
+
+Finally, on those pages where you would like to run tests, include a script reference to your test file:
+
+
+On those pages that contain tests, you should be able to access the AppBar in your app, and click the 'Run Tests' button to run your unit tests.
diff --git a/src/qunitmetro.css b/src/qunitmetro.css
index 6e30a86..fa93d50 100644
--- a/src/qunitmetro.css
+++ b/src/qunitmetro.css
@@ -263,5 +263,5 @@
top: 0px;
left: 0px;
z-index: 11; /* Because 11 is 1 higher than 10 */
-
+ display: none;
}