commit | 1a80ae5affa89cb196800a4c549b437d70fa3090 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Tue Aug 06 13:00:26 2024 +0800 |
committer | Ravi Teja <raviteja28031990@gmail.com> | Fri Sep 06 14:38:32 2024 +0000 |
tree | 3d2dba7920474fca7be25297df7d2ade97047602 | |
parent | 16c2b681dd3ce7c2d71a150c11138fd65c6c4f21 [diff] |
Fix MD041 warnings The following warnings are generated by using markdownlint analysis: ``` docs/README.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "## To Build"] ``` Refer to markdown-lint [1] to fix MD041 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/041-first-line-h1.md Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I2bdb36a03a1e3d454f30f69ebbb95b21cacd32f8
diff --git a/docs/README.md b/docs/README.md index 6a3532a..398b2f1 100644 --- a/docs/README.md +++ b/docs/README.md
@@ -1,3 +1,5 @@ +# phosphor-user-manager + ## To Build To build this package, do the following steps: