Skip to content

Commit fbb6f40

Browse files
committed
README.md: Fix MD030 warnings
The following warnings are generated by using markdownlint analysis: ``` README.md:101:1 MD030/list-marker-space Spaces after list markers [Expected: 1; Actual: 2] README.md:104:1 MD030/list-marker-space Spaces after list markers [Expected: 1; Actual: 2] ``` Refer to markdown-lint [1] to fix MD030 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/030-list-marker-space.md Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I3cbcd5500404651ce7c98efa25504ad6dbe6284b
1 parent fecb358 commit fbb6f40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ with the core:
9898
The libmctp code is intended to be integrated into other codebases by two
9999
methods:
100100

101-
1. as a simple library (`libmctp.{a,so}`) which can be compiled separately and
102-
linked into the containing project
101+
1. as a simple library (`libmctp.{a,so}`) which can be compiled separately and
102+
linked into the containing project
103103

104-
2. as a set of sources to be included into the containing project (either
105-
imported, or as a git subtree/submodule)
104+
2. as a set of sources to be included into the containing project (either
105+
imported, or as a git subtree/submodule)
106106

107107
For (1), you can use the top-level makefile to produce `libmctp.a`.
108108

0 commit comments

Comments
 (0)