You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This package will check detect errors and warnings in HTML and CSS in stand alon
9
9
For the best performanance, a local install of [https://github.com/validator/validator](https://github.com/validator/validator) is recommended.
10
10
## Installation
11
11
```
12
-
composer require PHPFUI\HTMLUnitTester
12
+
composer require phpfui/html-unit-tester
13
13
```
14
14
## Configuration
15
15
It is recommended you run [https://github.com/validator/validator](https://github.com/validator/validator) locally. Install [Java](https://www.java.com/ES/download/) and download the [.jar file](https://github.com/validator/validator/releases). Run with the following command:
0 commit comments