style-guide: mention tldr-lint instead of tldrl (#7495)

This commit is contained in:
marchersimon
2021-12-10 11:01:34 +01:00
committed by GitHub
parent 4ff6bc0533
commit ac76c79295
3 changed files with 11 additions and 11 deletions

View File

@@ -27,12 +27,12 @@ It is run automatically on every pull request,
but you may install it to test your contributions locally before submitting them:
```
npm install tldr-lint
tldrl -f {{page.md}}
npm install --global tldr-lint
tldr-lint {{page.md}}
```
For other ways to use `tldrl`, such as linting an entire directory, check out (what else!)
[`tldr tldrl`](https://github.com/tldr-pages/tldr/blob/main/pages/common/tldrl.md).
For other ways to use `tldr-lint`, such as linting an entire directory, check out (what else!)
[`tldr tldr-lint`](https://github.com/tldr-pages/tldr/blob/main/pages/common/tldr-lint.md). Alternatively, you can also use its alias `tldrl`.
Your client may be able to preview a page locally using the `--render` flag: