Skip to content

Commit ed60e7c

Browse files
authored
source_code_step_5/README LE
1 parent c29ac0e commit ed60e7c

File tree

1 file changed

+4
-4
lines changed
  • python-site-connectivity-checker/source_code_step_5

1 file changed

+4
-4
lines changed

python-site-connectivity-checker/source_code_step_5/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RP Checker
1+
# Build a Site Connectivity Checker in Python
22

33
RP Checker is a site connectivity checker utility. It takes one or more website URLs and checks if those sites are online. It can perform the connectivity checks either synchronously or asynchronously.
44

@@ -29,9 +29,9 @@ The status of "python.org" is: "Online!" 👍
2929

3030
RP Checker provides the following options:
3131

32-
- `-u` or `--urls` take one or more URLs and check if they're online.
33-
- `-f` or `--input-file` take a file containing a list of URLs to check.
34-
- `-a` or `--asynchronous` run the check asynchronously.
32+
- `-u` or `--urls` takes one or more URLs and checks if they're online.
33+
- `-f` or `--input-file` takes a file containing a list of URLs to check.
34+
- `-a` or `--asynchronous` runs the check asynchronously.
3535

3636
## About the Author
3737

0 commit comments

Comments
 (0)