Skip to content

Commit

Permalink
test/README.md: Fix MD041 warnings
Browse files Browse the repository at this point in the history
The following warnings are generated by using markdownlint analysis:
```
MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "Instructions on how to execute..."]
```
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 <[email protected]>
Change-Id: Iff7add9bc536168a651885fd8506889feb0d4d0d
  • Loading branch information
lxwinspur committed Aug 6, 2024
1 parent b4813bd commit c47dd8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# UTEST

Instructions on how to execute UTEST.

- When using an SDK - make sure it has been built for an x86 machine.
Expand Down

0 comments on commit c47dd8e

Please sign in to comment.