Skip to content

Commit 8babd6d

Browse files
authored
Update README.md
1 parent 7c8f75f commit 8babd6d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Load and compile classes.
1313

1414
## Development
1515

16-
Development is done on [Cache-Tort-Git UDL fork](https://github.com/MakarovS96/cache-tort-git)
16+
Development is done on [Cache-Tort-Git UDL fork](https://github.com/MakarovS96/cache-tort-git).
1717

1818
## Use
1919

@@ -23,8 +23,9 @@ Available settings:
2323

2424
| Setting | Sample Value | Description |
2525
|---------|------------------------|-------------------------------------------------------------------------------------------------|
26-
| ext | $lb("xml") | List of files extensions to load and compile |
27-
| commit | | Do not set. Current commit hash. |
28-
| init | Package.Class:Method | Code called before loading files |
26+
| ext | $lb("xml") | List of files extensions to load and compile. |
27+
| tests | MyApp/Tests | Path relative from the repo root to the test suite. |
28+
| commit | | Do not set. Current commit hash. |
29+
| init | Package.Class:Method | Code called before loading files. |
2930
| delete | Package.Class:Method | Code called to delete files from project. Should accept one argument - list of files to delete. |
30-
| url | http://127.0.0.1:57772 | Server root |
31+
| url | http://127.0.0.1:57772 | Server root. |

0 commit comments

Comments
 (0)