From a9e5657a34d7beb7ae7bc045798b5ab9c477e698 Mon Sep 17 00:00:00 2001 From: Fernando Guarini Date: Wed, 2 Oct 2024 20:39:13 +0200 Subject: [PATCH] Fix typo on `README` --- README.md | 2 +- wirescale/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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