Skip to content

Commit 537998e

Browse files
docs(readme): update install
1 parent 493828e commit 537998e

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
@@ -12,15 +12,15 @@
1212

1313
## Install
1414

15-
[Python](https://pypi.org/project/python_package_template/):
15+
Install the package:
1616

1717
```sh
1818
pip install python_package_template
1919
```
2020

2121
## Usage
2222

23-
Print greeting:
23+
Print the greeting:
2424

2525
```py
2626
from python_package_template import hello

0 commit comments

Comments
 (0)