From 35aadf83fb56b63be24073e796cd0a3290c84d18 Mon Sep 17 00:00:00 2001 From: rune Date: Mon, 29 Jul 2024 11:34:10 +0200 Subject: [PATCH] README.md updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2710c13..dec9ae7 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ Get the latest list of expired domains from the Norwegian company [_domainnamesh Use a number (integer) as argument to narrow down the length of the domain name (excluding the ```.no``` part!). Without an argument the app returns all domains. -Domainnameshop only list the latest *Norwegian* (```.no```) top domains! +Domainnameshop only list the latest *Norwegian* (```.no```) and *Swedish* (```.se```) top domains! ## Usage examples * ```app.py``` -> Returns all domains -* ```app.py 5``` -> Return only domains with 5 chars (+```.no```) (E.g. 12345.no or abc12.no) +* ```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