diff --git a/README.md b/README.md index dba3526..4144713 100644 --- a/README.md +++ b/README.md @@ -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