From 78570a44320ce3ccba792c9ff5c21befbb8f5efe Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Wed, 23 Jun 2021 10:36:44 -0300 Subject: [PATCH] style-guide: clarify that any client may have --render (#5915) --- contributing-guides/style-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 74298e3dfa..ca9ee1dc3f 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -34,10 +34,10 @@ tldrl -f {{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) -If you're using the Node.js client of tldr-pages, you can preview a page locally using the `-f` flag (aka `--render`): +Your client may be able to preview a page locally using the `--render` flag: ``` -tldr -f {{page.md}} +tldr --render {{page.md}} ``` ## Token syntax