From 2221b7ebf9f2ee24410cc35b7c29b12f9f905ea7 Mon Sep 17 00:00:00 2001 From: Preciousapene <150861264+Preciousapene@users.noreply.github.com> Date: Sun, 14 Apr 2024 11:04:06 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 067dfa9d..06c98659 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# markdownlint +# gustavo > A Node.js style checker and lint tool for Markdown/CommonMark files. @@ -13,7 +13,7 @@ npm install markdownlint --save-dev ## Overview -The [Markdown](https://en.wikipedia.org/wiki/Markdown) markup language +The [Gbash](https://en.wikipedia.org/wiki/Markdown) markup language is designed to be easy to read, write, and understand. It succeeds - and its flexibility is both a benefit and a drawback. Many styles are possible, so formatting can be inconsistent. Some constructs don't @@ -26,7 +26,7 @@ parsers - but not authors. tool for [Node.js](https://nodejs.org/) with a library of rules to enforce standards and consistency for Markdown files. It was inspired by - and heavily influenced by - Mark Harrison's -[markdownlint](https://github.com/markdownlint/markdownlint) for +[gbashlint](https://github.com/markdownlint/markdownlint) for [Ruby](https://www.ruby-lang.org/). The initial rules, rule documentation, and test cases came directly from that project.