commit | 6928038481f0c3a358f64935a60e66d409327100 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Aug 05 14:05:47 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Aug 05 14:05:47 2024 +0800 |
tree | 5d3c9476c3a942f6b8b7cf7603c18d89c8de42ea | |
parent | f23b57f9f64461b6ee37e9a9e085ff35316960e5 [diff] |
README.md: Fix MD040 warnings The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] ``` Refer to markdown-lint [1] to fix MD040 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/040-fenced-code-language.md Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I2242907114cff3e008e1aa4bce01d44079879b4b
diff --git a/README.md b/README.md index bd975fa..8f37dcf 100644 --- a/README.md +++ b/README.md
@@ -2,7 +2,7 @@ ## Building the Code -``` +```text To build this package, do the following steps: 1. meson build