Add README
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5292f72
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# Recommendation Template
+
+## Documentation
+
+Please refer to http://docs.prediction.io/templates/recommendation/quickstart/
+
+## Versions
+
+### develop
+
+- TODO
+
+### v0.1.1
+
+- Persist RDD to memory (.cache()) in DataSource for better performance and quick fix for new user/item ID BiMap error issue.
+
+### v0.1.0
+
+- initial version
+- known issue:
+  * If importing new events of new users/itesm during training, the new user/item id can't be found in the BiMap.