mirror of
https://github.com/Mibew/CanteenHTML5.git
synced 2025-04-14 19:07:23 +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.
|
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.
|
Including using the Composer autoloader.
|
||||||
|
|
||||||
```php
|
```php
|
||||||
require vendor/autoload.php
|
require 'vendor/autoload.php';
|
||||||
```
|
```
|
||||||
|
|
||||||
##Usage
|
##Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user