Updated the install instructions

This commit is contained in:
Matt Moore 2013-10-13 23:34:28 -04:00
parent 978989f4d4
commit 0ea1eef3aa

View File

@ -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