Browse Source

README: markdown syntax highlighting

#170
szTheory 4 years ago
parent
commit
552dce4a25
1 changed files with 9 additions and 5 deletions
  1. 9 5
      README.md

+ 9 - 5
README.md

@@ -90,14 +90,18 @@ Using *erlang.mk*:
 
 Using *rebar* (version 2 or 3):
 
-    {deps, [
-        {mysql, ".*", {git, "https://github.com/mysql-otp/mysql-otp",
-                       {tag, "1.7.0"}}}
-    ]}.
+```erlang
+{deps, [
+  {mysql, ".*", {git, "https://github.com/mysql-otp/mysql-otp",
+                {tag, "1.7.0"}}}
+]}.
+```
 
 Using *mix*:
 
-    {:mysql, git: "https://github.com/mysql-otp/mysql-otp", tag: "1.7.0"},
+```elixir
+{:mysql, git: "https://github.com/mysql-otp/mysql-otp", tag: "1.7.0"},
+```
 
 There's also a Hex package called [mysql](//hex.pm/packages/mysql).