diff --git a/README.md b/README.md
index e69de29..4cf18d3 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,20 @@
+Random number generator of statistical distributions.
+
+# How to Use
+## Browsers
+
+
+
+
+
+
+
+## Node
+
+ var random = require('/path/to/random');
+ var newPoint = random.normal(0, 1);
+
+# Probability Distribution Functions
+## Continuous Distributions