Skip to content

Commit 20d366b

Browse files
committed
Update README.md
1 parent 0f890af commit 20d366b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Hscript addon with script classes, imports, usings, properties, string interpola
1313
- [String interpolation](#string-interpolation)
1414
- [Script Class](#rulescriptedclass)
1515
- [Abstracts in script](#abstracts-in-script)
16-
- [Key => value Iterator](#key--value-iterator)
17-
- [`??` and `??=` operators](#-and--operators)
16+
- [Key => value iterator](#key--value-iterator)
17+
- [`??` and `??=` operators](#and--operators)
1818

1919
### Package
2020
```haxe
@@ -147,7 +147,7 @@ import test.HelloWorldAbstract;
147147
148148
trace(HelloWorldAbstract.rulescriptPrint()); // 'Hello World'
149149
```
150-
More templates in [`test/src/Main.hx`](https://github.com/Kriptel/RuleScript/blob/master/test/src/Main.hx).
150+
More templates in [`test/src/Main.hx`](./test//src/Main.hx).
151151

152152
### Key => value iterator
153153
```haxe

0 commit comments

Comments
 (0)