From 0ea1eef3aa18172aad0aba69c4a28e986fb05d2b Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Sun, 13 Oct 2013 23:34:28 -0400 Subject: [PATCH] Updated the install instructions --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ba4615..dba3526 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,16 @@ This library requires a webserver running PHP 5.3+. Also, the root namespace for ##Installation -Simply include the `html.php` file. +Install is available using [Composer](http://getcomposer.org). + +```bash +composer require canteen/html5 dev-master +``` + +Including using the Composer autoloader. ```php -include 'lib/html.php'; +require vendor/autoload.php ``` ##Usage