Updated readme

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

View File

@ -1,4 +1,4 @@
#CanteenHTML5
#Canteen HTML5
Create dynamic, well-formatted HTML5 markup with a simple an intuitive PHP API. This is a fork/rewrite of the [Gagawa](https://code.google.com/p/gagawa/) project. CanteenHTML5 is a concise, flexible and easy to remember API which makes it possible to create simple markup (such as a link) or more complex structures (such a table, document or nested list). All tags and attribute names are validated against the current HTML5 specification.
@ -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