Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 6454353

Browse files
committed
Fix readme
1 parent 012d5ad commit 6454353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The package contains useful classes for:
2222
- [Finder](./src/Utils/Finder.php) – adds sorting to [nette/finder](https://github.com/nette/finder)
2323
- [Json](./src/Utils/Json.php) – JSON pretty encoder with PHP and JavaScript indents
2424
- [Objects](./src/Utils/Objects.php) – dynamic get / set accessors
25-
- [Path](./src/Utils/Path.php) – join path parts**
25+
- [Path](./src/Utils/Path.php) – join path parts
2626
- [Server](./src/Utils/Server.php) – access some useful server info (e.g. file upload limit)
2727
- [Strings](./src/Utils/Strings.php) – string helpers (encode, transform etc.)
28-
- [Tokenizer](./src/Utils/Tokenizer.php) – get structure from file (e.g. a class)
28+
- [Tokenizer](./src/Utils/Tokenizer/Tokenizer.php) – get structure from file (e.g. a class)
2929
- [Validators](./src/Utils/Validators.php) – validate Czech and Slovak numbers (phone, personal, business)

0 commit comments

Comments
 (0)