Improved readme.
diff --git a/README.md b/README.md
index 7dcc032..9787e5b 100644
--- a/README.md
+++ b/README.md
@@ -5,18 +5,36 @@
 
 Remember: *It's all about the looks.*
 
-**LineChart**
+Features
+=======
+
+**Core features:**
+
+ - **LineChart**
 
 ![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/linechart.png)
 
-**BarChart2D**
+ - **BarChart2D**
 
 ![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/barchart2d.png)
 
-**BarChart3D**
+ - **BarChart3D**
 
 ![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/barchart3d.png)
 
-**PieChart**
+ - **PieChart**
 
 ![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/piechart_selected.png)
+
+
+**Additional features:**
+ - Scaling
+ - Dragging
+ - Highlighting values
+ - Fully customizeable (paints, legends (rounded, not rounded), colors, background, gestures, ...)
+
+Usage
+=======
+
+Example usage code coming soon.
+Rely on the **"MPChartExample"** folder for now and check out the examples in that project.