Update 'README.md'

This commit is contained in:
justine 2020-10-04 12:59:00 +00:00
parent 363ea2b420
commit 39cc8a46bf

View File

@ -5,9 +5,11 @@ This script is used to test the response time of dns servers.
## Prequisites
dnspython
dnspython 2.0.0 or more
```
python3 -m pip install dnspython
#In case you need to upgrade add the --upgrade argument
```
## Usage