git » chasquid » commit df673c6

README: Add missing code block

author Alberto Bertogli
2016-11-03 10:16:52 UTC
committer Alberto Bertogli
2016-11-03 10:21:13 UTC
parent fea808f8e3796c7d8eb0da884138b46ddd68bc73

README: Add missing code block

One of the command sequences was not indented enough, so it appears as
text instead of code.

This patch fixes that by surrounding it with ``` to mark it explicitly
as a code block.

README.md +4 -3

diff --git a/README.md b/README.md
index 869e00d..360e804 100644
--- a/README.md
+++ b/README.md
@@ -151,9 +151,10 @@ To use them, they just need to be available in your system.
 
 For example, in Debian you can run the following to install all three:
 
-  apt install greylistd spamc clamdscan
-  usermod -a -G greylist mail
-
+```
+apt install greylistd spamc clamdscan
+usermod -a -G greylist mail
+```
 
 Note that the default hook may not work in all cases, it is provided as a
 practical example but you should adjust it to your particular system if