diff --git a/README.md b/README.md
index 9d37e04929b6837da0b97f6096c6e172261db6be..cebb1e338ac9bd2e189db244c97062442b531571 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,9 @@ Embedded MongoDB will provide a platform neutral way for running mongodb in unit
 
 ## Why?
 
-easy access??
+- dropping databases causing some pains (often you have to wait long time after each test)
+- its easy, much easier as installing right version by hand
+- you can change version per test
 
 ## Comments about Embedded MongoDB in the Wild