From 8d1182f2fc916ae884cab5488e01ac06eafeb365 Mon Sep 17 00:00:00 2001 From: Ruben Vereecken Date: Tue, 19 Jan 2016 14:28:43 +0100 Subject: [PATCH] Added contributing guidelines on tldr-lint --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 910cfa0d7..54bbaca77 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,7 +100,7 @@ Detailed explanation: You can use the formatting features of [tldr-lint](https://github.com/tldr-pages/tldr-lint) (installed through `make setup` or alternatively `npm install tldr-lint`) to automatically fix any mistakes you may have missed. - Try `tldr tldr-lint` for a quick how-to. + Try `tldr tldrl` for a quick how-to. 6. Please use the following commit message format: `: type of change`.