summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1b8ba6e..5aa2cf1 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,14 @@
-Jasny's MVC basics for PHP
-==========================
+Jasny Router
+============
+
+[![Build Status](https://secure.travis-ci.org/jasny/router.png?branch=master)](http://travis-ci.org/jasny/router)
+
+
+Installation
+---
+
+The Jasny Router package is available on [packagist](https://packagist.org/packages/jasny/router). Install it using
+composer:
+
+ composer require jasny/router
-Includes a router, a controller base class and a class for loading views.