diff --git a/README.md b/README.md index 85b43fe..146c84e 100644 --- a/README.md +++ b/README.md @@ -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