git » dnss » commit 3f53b34

README: Add a language identifier to the fenced code blocks

author Alberto Bertogli
2018-07-21 12:03:12 UTC
committer Alberto Bertogli
2018-07-21 12:03:12 UTC
parent 9ae350b22c92ece652e514fc3686275b6f7133cb

README: Add a language identifier to the fenced code blocks

README.md +5 -5

diff --git a/README.md b/README.md
index 9e15b32..d05ee93 100644
--- a/README.md
+++ b/README.md
@@ -34,14 +34,14 @@ want end to end control).
 The `dnss` package installs the daemon configured in proxy mode and ready to
 use, using Google's public resolvers (and easily changed via configuration).
 
-```
-$ sudo apt install dnss
+```shell
+sudo apt install dnss
 ```
 
 
 ### Manual install
 
-```
+```shell
 # If you have Go installed but no environment prepared, do:
 mkdir /tmp/dnss; export GOPATH=/tmp/dnss; cd $GOPATH
 
@@ -65,7 +65,7 @@ sudo systemctl dnss enable
 
 Listens on port 53 for DNS queries, resolves them using the given HTTPS URL.
 
-```
+```shell
 # Use the default HTTPS URL (currently, dns.google.com):
 dnss -enable_dns_to_https
 
@@ -85,7 +85,7 @@ the domains you want to serve.
 Supports both DoH and JSON modes automatically, and the endpoints are
 `/dns-query` and `/resolve`.
 
-```
+```shell
 # Serve DNS over HTTPS requests, take certificates from letsencrypt.
 DOMAIN=yourdomain.com
 dnss -enable_https_to_dns \