File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Atata.Cli.HtmlValidate Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ Requires [html-validate](https://www.npmjs.com/package/html-validate) NPM packag
5757 new NpmCli ()
5858 .InstallIfMissing (HtmlValidateCli .Name , global : true );
5959 ```
60- - Using ` HtmlValidateCli ` :
60+ - Using its own ` HtmlValidateCli ` class :
6161 ``` cs
6262 new HtmlValidateCli ()
63- .RequireVersion (" 5.0.0 " );
63+ .RequireVersion (" 5.1.1 " );
6464 ```
6565
6666## Usage
Original file line number Diff line number Diff line change 77
88Targets .NET Standard 2.0.
99
10- Requires html-validate (https://www.npmjs.com/package/html-validate) NPM package to be installed.</Description >
10+ Requires html-validate (https://www.npmjs.com/package/html-validate) NPM package to be installed, but can install itself .</Description >
1111 <RepositoryUrl >https://github.com/atata-framework/atata-cli-htmlvalidate</RepositoryUrl >
1212 <PackageId >Atata.Cli.HtmlValidate</PackageId >
1313 <PackageTags >atata cli api html-validate html validation</PackageTags >
You can’t perform that action at this time.
0 commit comments