From b436703b290b020e16713208724a24ff54ec27fb Mon Sep 17 00:00:00 2001 From: rune Date: Sun, 16 Apr 2023 18:34:20 +0200 Subject: [PATCH 1/2] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec31cce..ccffc9b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ _DDNS_ is a dynamic DNS helper for Digital Ocean users to utilize their DO accou ## Installation -Download the latest relase from https://gitlab.pm/rune/ddns/releases. Unzip and move to a folder in you path (ease of use). You can alos rename the file ```ddns.py``` to just ```ddns``` and make the file executable with ```chmod +x ddns```. To install required python modules run ```pip3 install -r requirements.txt``` +Download the latest relase from https://gitlab.pm/rune/ddns/releases. Unzip and move to a folder in you path (ease of use). You can also rename the file ```ddns.py``` to just ```ddns``` and make the file executable with ```chmod +x ddns```. To install required python modules run ```pip3 install -r requirements.txt``` ## Usage From c6bdca6562b2faf623b39010010d6114c0f2382f Mon Sep 17 00:00:00 2001 From: rune Date: Sun, 16 Apr 2023 18:45:19 +0200 Subject: [PATCH 2/2] Type fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccffc9b..279e7cc 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ to discuss what you would like to change. ## Support -If you found a bug or you have sugestion for new features create an issue. +If you found a bug or you have suggestion for new features create an issue. ## Future development