Fix escapes in readme
This commit is contained in:
parent
7b8ffc6ee1
commit
edbec158d4
|
@ -84,14 +84,14 @@ The root of your HexChat config is:
|
|||
* Windows: %APPDATA%\HexChat
|
||||
* Unix: ~/.config/hexchat
|
||||
|
||||
Referred to as < config > from now. HexChat automatically loads, at startup:
|
||||
Referred to as <config> from now. HexChat automatically loads, at startup:
|
||||
|
||||
* < config >/addons/*.lua Lua scripts
|
||||
* < config >/addons/*.pl Perl scripts
|
||||
* < config >/addons/*.py Python scripts
|
||||
* < config >/addons/*.tcl Tcl scripts
|
||||
* < config >/addons/*.dll Plugins (Windows)
|
||||
* < config >/addons/*.so Plugins (Unix)
|
||||
* <config>/addons/*.lua Lua scripts
|
||||
* <config>/addons/*.pl Perl scripts
|
||||
* <config>/addons/*.py Python scripts
|
||||
* <config>/addons/*.tcl Tcl scripts
|
||||
* <config>/addons/*.dll Plugins (Windows)
|
||||
* <config>/addons/*.so Plugins (Unix)
|
||||
|
||||
## Control Codes:
|
||||
|
||||
|
|
Loading…
Reference in New Issue