From 089fcf0f2a75e05f8c3d4b019daa2fc725a5ac1d Mon Sep 17 00:00:00 2001 From: Steven Holms Date: Tue, 3 May 2016 19:35:29 -0600 Subject: [PATCH] Fixed formatting of README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index faab827..52a1ac8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ #Simple SMTP client written in Go -Usage: quickmailer -server smtp.gmail.com -passwd password -port 587 -from myemail@gmail.com -to theiremail@example.com -attachDir "/home/user/someDir" +Usage: `quickmailer -server smtp.gmail.com -passwd password -port 587 -from myemail@gmail.com -to theiremail@example.com -attachDir "/home/user/someDir"` -Or: quickmailer.exe -server smtp.gmail.com -passwd password -port 587 -from myemail@gmail.com -to theiremail@example.com -attachDir "C:\Users\Me\someDir" +Or: `quickmailer.exe -server smtp.gmail.com -passwd password -port 587 -from myemail@gmail.com -to theiremail@example.com -attachDir "C:\Users\Me\someDir"` Additonal parameters: --body --subject --attachFile +`-body` +`-subject` +`-attachFile`