Skip to content

Commit b41a397

Browse files
authored
Update README.md
1 parent fc110ff commit b41a397

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ You get a full template system working both on compile-time and run-time.
1010

1111
The syntax is close to the `haxe.Template` or [tink_template](https://github.com/haxetink/tink_template) one and it supports **expressions output, if, else, elseif, switch, case, while, break, for** statements, **"do"** and **comments**.
1212

13-
- [Installation](https://github.com/filt3rek/hscript-template/blob/master/README.md#installation)
14-
- [Usage](https://github.com/filt3rek/hscript-template/blob/master/README.md#usage)
15-
- [Examples](https://github.com/filt3rek/hscript-template/blob/master/README.md#examples)
16-
- [Delimiter and keywords customization](https://github.com/filt3rek/hscript-template/blob/master/README.md#delimiter-and-keywords-customization)
17-
- [Error handling](https://github.com/filt3rek/hscript-template/blob/master/README.md#error-handling)
18-
- [Code injection - Including templates in templates at run-time](https://github.com/filt3rek/hscript-template/blob/master/README.md#code-injection---including-templates-in-templates-at-run-time)
19-
- [String interpolation](https://github.com/filt3rek/hscript-template/blob/master/README.md#string-interpolation)
20-
- [How does it work ?](https://github.com/filt3rek/hscript-template/blob/master/README.md#how-does-it-work-)
21-
- ["Do" statement](https://github.com/filt3rek/hscript-template/blob/master/README.md#do-statement)
22-
- [Last words](https://github.com/filt3rek/hscript-template/blob/master/README.md#last-words)
13+
- [Installation](#installation)
14+
- [Usage](#usage)
15+
- [Examples](#examples)
16+
- [Delimiter and keywords customization](#delimiter-and-keywords-customization)
17+
- [Error handling](#error-handling)
18+
- [Code injection - Including templates in templates at run-time](#code-injection---including-templates-in-templates-at-run-time)
19+
- [String interpolation](#string-interpolation)
20+
- [How does it work ?](#how-does-it-work-)
21+
- ["Do" statement](#do-statement)
22+
- [Last words](#last-words)
2323

2424
## Installation
2525
### Haxelib

0 commit comments

Comments
 (0)