You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Real Python Feed Reader
2
2
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 articles from the [Real Python feed](https://realpython.com/contact/#rss-atom-feed).
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).
4
4
5
5
## Installation
6
6
@@ -10,10 +10,10 @@ You can install the Real Python Feed Reader from [PyPI](https://pypi.org/project
10
10
11
11
## How to use
12
12
13
-
The Real Python Feed Reader is a command line application. To see a list of the [latest Real Python articles](https://realpython.com/) simply call the program:
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:
14
14
15
15
$ realpython
16
-
The latest articles from Real Python (https://realpython.com/)
16
+
The latest tutorials from Real Python (https://realpython.com/)
17
17
0 Logging in Python
18
18
1 The Best Python Books
19
19
2 Conditional Statements in Python
@@ -35,7 +35,7 @@ The Real Python Feed Reader is a command line application. To see a list of the
35
35
18 Reading and Writing CSV Files in Python
36
36
19 Generating Random Data in Python (Guide)
37
37
38
-
To read one particular article, call the program with the numerical ID of the article as a parameter:
38
+
To read one particular tutorial, call the program with the numerical ID of the tutorial as a parameter:
0 commit comments