Skip to content

Commit

Permalink
Fix typo on README
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoenzo committed Oct 2, 2024
1 parent b09d5b7 commit a9e5657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wirescale/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9e5657

Please sign in to comment.