README.md updates

This commit is contained in:
rune 2024-07-29 11:35:49 +02:00
parent 6cac2a6cbe
commit 37e08a5bac

View File

@ -10,7 +10,7 @@ Domainnameshop only list the latest *Norwegian* (```.no```) and *Swedish* (```.s
## Usage examples
* ```app.py``` -> Returns all domains
* ```app.py 5``` -> Return only domains with 5 chars (+```.no``` or ```.se````) (E.g. 12345.no or abc12.se)
* ```app.py 5``` -> Return only domains with 5 chars (+```.no``` or ```.se```) (E.g. 12345.no or abc12.se)
* ```app.py 3 > list.txt``` -> Return domains with 3 chars to the file list.txt. Using ```> file.txt``` overwrites an existing file. Using ```>> file.txt``` appends to existing file or create new file.
## Disclaimer