Updated readme

This commit is contained in:
Matt Moore 2013-10-13 23:39:11 -04:00
parent 0ea1eef3aa
commit d6d68a9cb8

View File

@ -18,7 +18,7 @@ composer require canteen/html5 dev-master
Including using the Composer autoloader.
```php
require vendor/autoload.php
require 'vendor/autoload.php';
```
##Usage