Merge "Update README for common directory to be more user friendly" into jb-mr2-dev
diff --git a/common/README.txt b/common/README.txt
new file mode 100644
index 0000000..1f28b00
--- /dev/null
+++ b/common/README.txt
@@ -0,0 +1,4 @@
+This directory contains shared classes referenced by some samples.
+
+If you're exploring the samples, we recommend you start in the other
+directories first.
diff --git a/common/readme.txt b/common/readme.txt
deleted file mode 100644
index 4c37f64..0000000
--- a/common/readme.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-samples/android/common: use this directory for code that will be included in more than one sample.
-
-Recommended development technique is to ln -s common into your sample's src directory.