diff --git a/README.md b/README.md index 027f4f4..206e8ae 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,23 @@ composer require velliz/pte Or you can download it directly, run composer install after it. +### Tags Available + +| Tags | Description | +| --- | --- | +| `{!x}` | Value or Part Objects tags | +| `` | **open** loop tags | +| `` | **close** loop tags | +| `{!fn()}` | **function** tags with no parameters | +| `{!fn(x)}` | **function** tags with one parameters | +| `{!fn(x,y,z)}` | **function** tags with multiple parameters | +| `{CONTENT}` | **CONTENT** tags only works on master file | +| `{!css()}` | **CSS** tags | +| `{!js()}` | **JavaScript** tags | +| `{!part(css)}` | move **CSS** tags location to this tag | +| `{!part(js)}` | move **JavaScript** tags location to this tag | +| `{x.html}` | segment file tags | + ### Usage sample Instance the object: diff --git a/composer.json b/composer.json index c4c81b6..d1c155e 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "puko template engine", "type": "library", "license": "MIT", - "version": "0.1.1", + "version": "0.1.2", "authors": [ { "name": "didit velliz",