README: remove hyperlinks from "example.com" URLs

That just feels... pointless at best, confusing at worst?
This commit is contained in:
Joshua Judson Rosen 2021-06-27 20:30:01 -04:00
parent aed1cc7863
commit d1873a1630
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ prosody for example would need this component configuration for the above comman
Component "irc.example.com"
component_secret = "irc"
Then, whether an XMPP user connects to [xmpp:example@chat.example.com?join](xmpp:example@chat.example.com?join) or an
IRC user to [irc://irc.example.com:6667/example](irc://irc.example.com:6667/example) they will both be in the same channel,
Then, whether an XMPP user connects to xmpp:example@chat.example.com?join or an
IRC user to irc://irc.example.com:6667/example they will both be in the same channel,
hopefully unable to tell the other is using a completely different protocol.
Development