From 680d668cd2ba85cf610265cff3b1fec803a07cba Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 1 May 2024 01:34:31 +1200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f536486..0fb566c 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ To generate a new identity, you can use the [rnid](https://reticulum.network/man rnid --generate ./new_identity ``` -You can then use following to run the web ui with your new identity file; +You can then use the following to run the web ui with your new identity file; ``` python web.py --identity-file ./new_identity