From cc97e45d89dc14008ead2b251cee478ef0038c3d Mon Sep 17 00:00:00 2001 From: sundowndev Date: Mon, 5 Nov 2018 16:27:16 +0100 Subject: [PATCH] Doc --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 22b2313..b277f55 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The tool only accepts E164 and International formats as input. git clone https://github.com/sundowndev/PhoneInfoga cd ./PhoneInfoga pip install -r requirements.txt -python phoneinfoga.py -h +python ./phoneinfoga.py -h ``` Then set APIs credentials in `secrets.py`. @@ -74,19 +74,19 @@ Usage: PhoneInfoga options Example : -```python +``` python phoneinfoga.py -n 0428375448 ``` Check several numbers at once : -```python -python phoneinfoga.py -i numbers.txt -o results.txt +``` +python ./phoneinfoga.py -i numbers.txt -o results.txt ``` Check for a number range on OVH (just put some zeros) : -```python +``` python phoneinfoga.py -n 0428370000 -s ovh ```