Skip to content

Commit a070b99

Browse files
committed
Fix formatting in README
1 parent ecfeb0d commit a070b99

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
@@ -152,17 +152,17 @@ outside WeeChat, which is rare.
152152

153153
### Info: missing_spdx_copyright
154154

155-
**Issue**: the copyright tag "SPDX-FileCopyrightText" is missing in the script header.
155+
**Issue**: the copyright tag `SPDX-FileCopyrightText` is missing in the script header.
156156

157-
**How to fix**: add the [SPDX](https://spdx.dev/) copyright tag "SPDX-FileCopyrightText"
157+
**How to fix**: add the [SPDX](https://spdx.dev/) copyright tag `SPDX-FileCopyrightText`
158158
in the script header
159159
(see [Scripting contributing guide](https://github.com/weechat/scripts/blob/main/CONTRIBUTING.md#copyright-and-license)).
160160

161161
### Info: missing_spdx_license
162162

163-
**Issue**: the license tag "SPDX-License-Identifier" is missing in the script header.
163+
**Issue**: the license tag `SPDX-License-Identifier` is missing in the script header.
164164

165-
**How to fix**: add the [SPDX](https://spdx.dev/) license tag "SPDX-License-Identifier"
165+
**How to fix**: add the [SPDX](https://spdx.dev/) license tag `SPDX-License-Identifier`
166166
in the script header
167167
(see [Scripting contributing guide](https://github.com/weechat/scripts/blob/main/CONTRIBUTING.md#copyright-and-license)).
168168

0 commit comments

Comments
 (0)