Skip to content

Commit 1ed959f

Browse files
fix: correct the docs version in the README
Signed-off-by: pratik-mahalle <[email protected]>
1 parent 85b5eda commit 1ed959f

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
@@ -120,10 +120,10 @@ MinAlertLevel = error
120120

121121
### Running Vale
122122

123-
1. Linting Documentation: To check all markdown files in versioned_docs/version-2.0.0/ for errors, run:
123+
1. Linting Documentation: To check all markdown files in versioned_docs/version-3.0.0/ for errors, run:
124124

125125
```bash
126-
vale versioned_docs/version-2.0.0/**/*.md
126+
vale versioned_docs/version-3.0.0/**/*.md
127127
```
128128

129129
2. Review Errors:

0 commit comments

Comments
 (0)