From 37e08a5bacbe0eef234f4e40fc42ab3dfe4c778d Mon Sep 17 00:00:00 2001 From: rune Date: Mon, 29 Jul 2024 11:35:49 +0200 Subject: [PATCH] README.md updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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