Skip to content

Commit 835f8d2

Browse files
committed
README update
1 parent 426cc98 commit 835f8d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you would like to change the names of each section, you can do so by modifyin
7676

7777
## Releasing
7878
To release to PyPI, first make sure that you have a PyPI account set up at https://pypi.python.org/pypi (and at
79-
https://testpypi.python.org/pypi if you plan on using the test index). You will also need a .pyirc file in your
79+
https://testpypi.python.org/pypi if you plan on using the test index). You will also need a `.pypirc` file in your
8080
home directory with the following contents.
8181

8282
[distutils]
@@ -95,7 +95,7 @@ To release to PyPI, first make sure that you have a PyPI account set up at https
9595
username: <username>
9696
password: <password>
9797

98-
The pypitest contents of the .pyirc file are optional and are used for hosting to the test PyPI index.
98+
The pypitest contents of the `.pypirc` file are optional and are used for hosting to the test PyPI index.
9999

100100
Update setup.py to contain the correct release version and any other new information.
101101

0 commit comments

Comments
 (0)