diff --git a/doc/prefixing.md b/doc/prefixing.md
index 947b6c8..28610d8 100644
--- a/doc/prefixing.md
+++ b/doc/prefixing.md
@@ -24,4 +24,8 @@ The server will think that the target (or whatever is before the content) ends w
 ```
 ↗️ PRIVMSG foo :this is a very cool message
 🔀 nick!ident@host PRIVMSG foo :this is a very cool message
+```
+Your client should be able to parse the colon out.
+```
+<nick> this is a very cool message
 ```
\ No newline at end of file