diff --git a/README.md b/README.md index 50f28ab..08971e5 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ mailtrap send transactional \ mailtrap send transactional \ --from "App " \ --to user@example.com \ - --subject "Welcome!" \ - --html "

Welcome

" + --subject 'Welcome!' \ + --html '

Welcome

' # Bulk mailtrap send bulk \ @@ -107,7 +107,7 @@ mailtrap domains send-setup-instructions --id 123 --email "admin@yourdomain.com" # Templates mailtrap templates list -mailtrap templates create --name "Welcome" --subject "Hello {{name}}" --body-html "

Hi!

" +mailtrap templates create --name "Welcome" --subject "Hello {{name}}" --body-html '

Hi!

' # Contacts mailtrap contacts create --email "user@example.com" --first-name "John"