Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sefabasnak authored Sep 28, 2023
1 parent a3cb3e6 commit 2014c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ options:
```
Sending a ping to a single IP or domain:
```bash
python multiple-ping -u <IP or domain>
python multiple-ping.py -u <IP or domain>
```
Sending pings to a list of IP addresses or domains:
```bash
python multiple-ping -l <file_path>
python multiple-ping.py -l <file_path>
```

0 comments on commit 2014c8f

Please sign in to comment.