diff --git a/README.md b/README.md index 51a4a11..d74c952 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ through the exit node. #### Example usage: -Continuing with the previous example, to enable already set up interface `bob` as an exit node, simply run the following command: +Continuing with the previous example, to enable an already set up interface `bob` as an exit node, simply run the following command: ```commandline ~ $ sudo wirescale exit-node bob diff --git a/wirescale/version.py b/wirescale/version.py index 7b6d6ac..236df0b 100644 --- a/wirescale/version.py +++ b/wirescale/version.py @@ -3,7 +3,7 @@ VERSION = '1.0.0' -DATE = '2024 Sep 29' +DATE = '2024 Oct 2' version_msg = f'''wirescale {VERSION} ({DATE}) Copyright © 2024 Fernando Enzo Guarini