diff --git a/README.md b/README.md
index 674c373..377f75c 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,31 @@
-
-
-
+
+
+
-# Leaf 3
+Leaf 3
-[![Latest Stable Version](https://poser.pugx.org/leafs/leaf/v/stable)](https://packagist.org/packages/leafs/leaf)
-[![Total Downloads](https://poser.pugx.org/leafs/leaf/downloads)](https://packagist.org/packages/leafs/leaf)
-[![License](https://poser.pugx.org/leafs/leaf/license)](https://packagist.org/packages/leafs/leaf)
+
+
+
+
+
+
+
Leaf is a PHP framework that helps you create clean, simple but powerful web apps and APIs quickly and easily. Leaf introduces a cleaner and much simpler structure to the PHP language while maintaining it's flexibility. With a simple structure and a shallow learning curve, it's an excellent way to rapidly build powerful and high performant web apps and APIs.
diff --git a/composer.json b/composer.json
index acbcc1d..085dcb6 100644
--- a/composer.json
+++ b/composer.json
@@ -31,8 +31,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
- "leafs/http": "^1.2",
- "leafs/router": "^0.1.5",
+ "leafs/http": "^2.0",
+ "leafs/router": "^0.1.6",
"leafs/anchor": "^1.2",
"leafs/exception": "^3.0"
},