mirror of
https://github.com/Mibew/CanteenHTML5.git
synced 2024-11-15 00:34:11 +03:00
Updated readme
This commit is contained in:
parent
0ea1eef3aa
commit
d6d68a9cb8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user