aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonas Smedegaard <jonas@auryn.jones.dk>2006-08-30 10:26:30 +0200
committerJonas Smedegaard <jonas@auryn.jones.dk>2006-08-30 10:26:30 +0200
commit8d5a6ca334e6e32a305c2d83629e65b747535b8b (patch)
tree66ae493c0dfcfefc183cb69eec2446e173384a1b /doc
parent0f63d260f1f6aaf0f41554ec7ac12dc5a302da38 (diff)
Escape angle bracket.
Diffstat (limited to 'doc')
-rw-r--r--doc/admin.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/admin.md b/doc/admin.md
index 65822c1..104bc26 100644
--- a/doc/admin.md
+++ b/doc/admin.md
@@ -2,7 +2,7 @@
[[template id=note text="""
In commands, Don't take square and angle brackets literally:
- * <This> should be replaced with your own info - including the angle brackets
+ * \<This> should be replaced with your own info - including the angle brackets
* [This] is optional parts of the command - including the square brackets
"""]]