summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWill Storey <will@summercat.com>2017-10-21 22:00:11 -0700
committerWill Storey <will@summercat.com>2017-10-21 22:00:11 -0700
commit956bc592a94d5f4cce03f5762f1976d98de637ef (patch)
tree200041c79023e13893d53dd9097fa487d4bd9489 /README.md
parent28d0b8c74602db0474c78ccbe17ae1ba03fcf665 (diff)
downloadirssi-956bc592a94d5f4cce03f5762f1976d98de637ef.zip
Fix a typo in the readme
Also uppercase Irssi in a couple places, and escape an argument not shown due to looking like an HTML tag
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d6577fdf..8d91f4cb 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ think of currently:
queries when msgs/notices are received or when you send a msg, closing
queries when it's been idle for some time, etc.
- - **Multiserver friendy** - I think Irssi has clearly the best support
+ - **Multiserver friendly** - I think Irssi has clearly the best support
for handling multiple server connections. You can have as many as you
want in as many ircnets as you want. Having several connections in one
server works too, for example when you hit the (ircnet's) 10
@@ -84,7 +84,7 @@ think of currently:
search command that jumps around in scrollback in GUI-style is still
missing from Irssi, but there's something that's almost as good as it.
/LASTLOG always shows timestamps when the line was printed, even if you
- didn't have timestamps on. Now doing /SB GOTO <timestamp> jumps
+ didn't have timestamps on. Now doing /SB GOTO \<timestamp\> jumps
directly to the position in scrollback you wanted. Great feature when
you want to browse a bit of the discussion what happened when someone
said your name (as seen in awaylog) or topic was changed (/last
@@ -96,9 +96,9 @@ think of currently:
- `startup-HOWTO.txt` - new users should read this
- `manual.txt` - manual I started writing but didn't get it very far :)
- `perl.txt` - Perl scripting help
- - `formats.txt` - How to use colors, etc. with irssi
+ - `formats.txt` - How to use colors, etc. with Irssi
- `faq.txt` - Frequently Asked Questions
- - `special_vars.txt` - some predefined $variables you can use with irssi
+ - `special_vars.txt` - some predefined $variables you can use with Irssi
## Bugs / Suggestions