From 94d9993c22725ab3b084746c84b3568008f2bcbb Mon Sep 17 00:00:00 2001 From: TarriestPython Date: Fri, 10 May 2024 21:44:41 +0000 Subject: [PATCH] Update ini -> toml in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d21ea2..8da3acd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simple Go webserver to help HMC Meetups hosts see their mailing lists and prepare emails to send # How to use -Copy your app.ini from HMCsend-email copy into the root of this repo, run the server and +Copy your app.toml from HMCsend-email copy into the root of this repo, run the server and navigate to localhost in the browser. It should load your current mailing list at the bottom and show a text box in which you can write your mock email into. THIS IS VERY WIP, it currently just echos this onto the right hand section, but eventually we should render the email and put that on the right panel instead. \ No newline at end of file