From 4d2db6b4f03464467fdb6b1304e8ac132be0ff46 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 13 Oct 2023 14:03:28 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71cf1d2..8604739 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ onion = "http://youraddress.onion/" ## Example of [`config.toml`](./config/config.toml) ```toml -mail = your.mail at host.com" +mail = "your.mail at host.com" lang = "lang" onion = "http://youraddress.onion/" app_name = "Nickname"