We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f748e49 commit 3cf9884Copy full SHA for 3cf9884
1 file changed
README.md
@@ -36,7 +36,7 @@ You can specify the message subject, content and attach a file.
36
headnode_notifier.py recipient@domain.com --subject 'Important message' --body 'Hello there!' --attach ./some/file.zip
37
```
38
39
-You can also send just blank message, only '''recipient@domain.com''' is truly obligatory if using default values for the rest.
+You can also send just blank message, only ```recipient@domain.com``` is truly obligatory if using default values for the rest.
40
41
You can specify server, port and else if you wish with ```--serv-addr smpt.provider.com --port 42 --from-addr my.address@provider.com```
42
0 commit comments