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