summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold Daniels <arnold@jasny.net>2016-08-17 11:49:39 +0200
committerArnold Daniels <arnold@jasny.net>2016-08-17 11:55:07 +0200
commitab73cad56a660e02fab488fe7ecf2c6d4546e40b (patch)
treee4f4cc7564d9937150fde1f3f5812ae6c380458e
parent248bd62896f0d4bc5f36fc0ea6441225d793e12c (diff)
downloadrouter-ab73cad56a660e02fab488fe7ecf2c6d4546e40b.zip
router-ab73cad56a660e02fab488fe7ecf2c6d4546e40b.tar.gz
router-ab73cad56a660e02fab488fe7ecf2c6d4546e40b.tar.bz2
Basic readme
-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.