Skip to content

Commit 93521da

Browse files
committed
Readme fixes
1 parent 22bdd63 commit 93521da

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
This package will check detect errors and warnings in HTML and CSS in stand alone strings, files or urls.
55
# Requirements
6-
PHP 7.1 or higher
7-
PHPUnit 7 or higher
6+
- PHP 7.1 or higher
7+
- PHPUnit 7 or higher
8+
89
For the best performanance, a local install of [https://github.com/validator/validator](https://github.com/validator/validator) is recommended.
910
## Installation
1011
```
@@ -51,5 +52,5 @@ You can use any of the following asserts:
5152
- assertValidUrl
5253

5354
## Examples
54-
See [examples](https://github.com/phpfui/HTMLUnitTester/tree/master/src/PHPFUI/HTMLUnitTester/examples)
55+
See [examples](https://github.com/phpfui/HTMLUnitTester/blob/master/tests/UnitTest.php)
5556

0 commit comments

Comments
 (0)