Update ini -> toml in readme
parent
6c42b31ae9
commit
94d9993c22
|
@ -2,7 +2,7 @@
|
||||||
Simple Go webserver to help HMC Meetups hosts see their mailing lists and prepare emails to send
|
Simple Go webserver to help HMC Meetups hosts see their mailing lists and prepare emails to send
|
||||||
|
|
||||||
# How to use
|
# 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
|
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
|
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.
|
the right hand section, but eventually we should render the email and put that on the right panel instead.
|
Loading…
Reference in New Issue