Skip to content

Commit 2ce04bd

Browse files
Update project description
1 parent 02cc2cd commit 2ce04bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/Atata.Cli.HtmlValidate/Atata.Cli.HtmlValidate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Targets .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>

0 commit comments

Comments
 (0)