diff --git a/README.md b/README.md
index fd49b61..270866c 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,115 @@
Modalizer.js
==
+
+Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows.
+
+
+
+
+
+
+---
+Getting starting
+--
+### Installation
+Via npm
+```bash
+$ npm install modalizer.js
+```
+or add it directly using a CDN:
+```html
+
+
+```
+
+### Basic usage
+#### Launch modal
+Add class modalinit and modal's identifier in ```data-modal``` attribute to a ``````, `````` or any else HTML element.
+
+Add class ```modalizer``` to the modal div.
+
+**Example:**
+```html
+ Click to open
+
+