Skip to content

Commit dd5ea3a

Browse files
authored
Update README.md
1 parent 2157c95 commit dd5ea3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ This python script is used to find the 'ip address' for the given domain name or
44

55
### Usage:
66
```
7-
**python3 find_ip.py** domain_names ip_addresses
7+
python3 find_ip.py domain_names ip_addresses
88
```
99

1010
#### Example 1:
1111
```
12-
**python3 find_ip.py** google.com yahoo.in
12+
python3 find_ip.py google.com yahoo.in
1313
```
1414

1515
#### Example 2:
1616
```
17-
**python3 find_ip.py** google.com 8.8.8.8 127.0.0.1 facebook.com
17+
python3 find_ip.py google.com 8.8.8.8 127.0.0.1 facebook.com
1818
```

0 commit comments

Comments
 (0)