Skip to content

Commit 37bda1b

Browse files
committed
Fix typo, add info about supported py versions
1 parent db0ec35 commit 37bda1b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# Real Python Feed Reader
22

3-
The Real Python Feed Reader is a very simple [web feed](https://en.wikipedia.org/wiki/Web_feed) reader that can download the latest Real Python tutorials from the [Real Python feed](https://realpython.com/contact/#rss-atom-feed).
3+
The Real Python Feed Reader is a basic [web feed](https://en.wikipedia.org/wiki/Web_feed) reader that can download the latest Real Python tutorials from the [Real Python feed](https://realpython.com/contact/#rss-atom-feed).
44

55
## Installation
66

77
You can install the Real Python Feed Reader from [PyPI](https://pypi.org/project/realpython-reader/):
88

9-
pip install realypython-reader
9+
pip install realpython-reader
10+
11+
The reader is supported on Python 2.7, as well as Python 3.4 and above.
1012

1113
## How to use
1214

13-
The Real Python Feed Reader is a command line application. To see a list of the [latest Real Python tutorials](https://realpython.com/) simply call the program:
15+
The Real Python Feed Reader is a command line application, named `realpython`. To see a list of the [latest Real Python tutorials](https://realpython.com/) simply call the program:
1416

1517
$ realpython
1618
The latest tutorials from Real Python (https://realpython.com/)

0 commit comments

Comments
 (0)