Skip to content

Commit

Permalink
README.md: Fix markdownlint issues
Browse files Browse the repository at this point in the history
Fixes the following issues reported by markdownlint:

  README.md:46:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
  README.md:47:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
  • Loading branch information
makubacki committed Sep 21, 2023
1 parent 23eec00 commit c38bf6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ path:

## Copyright & License

- Copyright (c) Microsoft Corporation
- SPDX-License-Identifier: BSD-2-Clause-Patent
* Copyright (c) Microsoft Corporation
* SPDX-License-Identifier: BSD-2-Clause-Patent

0 comments on commit c38bf6a

Please sign in to comment.