Merge branch 'readme-table' into 'master'

README: wrap config examples in a table

See merge request triq/triq!28
diff --git a/README.org b/README.org
index e81fb03..be82ef4 100644
--- a/README.org
+++ b/README.org
@@ -90,11 +90,9 @@
 To use =triq=, you can add it as a project dependency and let your
 package manager of choice handle it:
 
-rebar.config: ={deps, [triq]}=
-
-erlang.mk: =DEPS = triq=
-
-mix.exs: ={:triq, "~> 1.*"}=
+| rebar.config | ={deps, [triq]}=    |
+| erlang.mk    | =DEPS = triq=       |
+| mix.exs      | ={:triq, "~> 1.*"}= |
 
 *** Installation from source into =$ERL_LIBS=
     :PROPERTIES: