Skip to content

Commit 5c0db06

Browse files
committed
README: Replace backticks with asterisks
This is technically more correct. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 89d7d50 commit 5c0db06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ git-pw
1717
:target: https://travis-ci.org/getpatchwork/git-pw
1818
:alt: Build Status
1919

20-
`git-pw` is a tool for integrating Git with `Patchwork`__, the web-based patch
20+
*git-pw* is a tool for integrating Git with `Patchwork`__, the web-based patch
2121
tracking system.
2222

2323
.. important::
@@ -35,14 +35,14 @@ __ https://patchwork.ozlabs.org/help/pwclient/
3535
Installation
3636
------------
3737

38-
The easiest way to install `git-pw` and its dependencies is using ``pip``. To
38+
The easiest way to install *git-pw* and its dependencies is using ``pip``. To
3939
do so, run:
4040

4141
.. code-block:: bash
4242
4343
$ pip install git-pw
4444
45-
You can also install `git-pw` manually. First, install the required
45+
You can also install *git-pw* manually. First, install the required
4646
dependencies. On Fedora, run:
4747

4848
.. code-block:: bash
@@ -113,14 +113,14 @@ configure the Patchwork project, run:
113113
Development
114114
-----------
115115

116-
If you're interested in contributing to `git-pw`, first clone the repo:
116+
If you're interested in contributing to *git-pw*, first clone the repo:
117117

118118
.. code-block:: bash
119119
120120
$ git clone https://github.com/getpatchwork/git-pw
121121
$ cd git-pw
122122
123-
Create a virtualenv, then install the package in `editable`__ mode:
123+
Create a *virtualenv*, then install the package in `editable`__ mode:
124124

125125
.. code-block:: bash
126126

0 commit comments

Comments
 (0)