Skip to content

Commit 7d78698

Browse files
committed
README: Fix minor formatting issues
A definition list should not contain a newline between the term and the definition - adding one cause the term to become a blockquote. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 2a58a75 commit 7d78698

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,12 @@ To begin, you'll need to configure Git settings appropriately. The following
7272
settings are **required**:
7373

7474
``pw.server``
75-
7675
The URL for the Patchwork instance. This will typically look like. For
7776
example::
7877

7978
https://patchwork.ozlabs.org/
8079

8180
``pw.project``
82-
8381
The project name or list-id. This will appear in the URL when using the web
8482
UI::
8583

@@ -89,15 +87,12 @@ You also require authentication - you can use either API tokens or a
8987
username/password combination:
9088

9189
``pw.token``
92-
9390
The API token for you Patchwork account.
9491

9592
``pw.username``
96-
9793
The username for your Patchwork account.
9894

9995
``pw.password``
100-
10196
The password for your Patchwork account.
10297

10398
You can set these settings using the ``git config`` command. This should be

0 commit comments

Comments
 (0)