capsules.md
... ...
@@ -109,7 +109,7 @@ You can override the default in 4 ways. They are
109 109
110 110
2. Environment variable of the form `_<EXECUTABLE>`, an underscore followed by executable in UPPER CASE. e.g. `_XIA2=dials` will use xia2 executable from "dials".
111 111
112
-3. A User Config*file in *~/.sbgrid*capsule/<execname>*. e.g. echo dials > ~/.sbgrid_capsule/xia2 will uset the shell to always use the xia2 from "dials"
112
+3. A User Config file in `~/.sbgrid_capsule/<execname>`. e.g. echo dials > ~/.sbgrid_capsule/xia2 will uset the shell to always use the xia2 from "dials"
113 113
114 114
4. A localsite file in _${SB_BASE}/local/capsule/${SB_ARCH}/defaults/execname_
115 115