aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-09-15 22:37:51 -0400
committerGitHub <noreply@github.com>2020-09-15 22:37:51 -0400
commit20a8433b30e3d60ba21b194e9d800ccb9377a62d (patch)
treec4ce75b625542a486ce9c64a02fb6edbc6478b1c /README.md
parentUpdate README.md (diff)
downloadkirc-20a8433b30e3d60ba21b194e9d800ccb9377a62d.tar.gz
kirc-20a8433b30e3d60ba21b194e9d800ccb9377a62d.tar.bz2
kirc-20a8433b30e3d60ba21b194e9d800ccb9377a62d.tar.xz
kirc-20a8433b30e3d60ba21b194e9d800ccb9377a62d.tar.zst
kirc-20a8433b30e3d60ba21b194e9d800ccb9377a62d.zip
Update README.md
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 8dfdd7d..c1b0b13 100644
--- a/README.md
+++ b/README.md
@@ -36,9 +36,9 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us
## Features
-- No dependencies other than a [C99 compiler](https://gcc.gnu.org/).
-- Complies with [RFC 2812](https://tools.ietf.org/html/rfc2812) standard.
-- Ability to log the entire chat history (see _Usage_ section for more information).
+* No dependencies other than a [C99 compiler](https://gcc.gnu.org/).
+* Complies with [RFC 2812](https://tools.ietf.org/html/rfc2812) standard.
+* Ability to log the entire chat history (see _Usage_ section for more information).
- vi-like command shortcuts:
```shell
@@ -53,7 +53,7 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us
/q Close the host connection.
```
-- Color scheme definition via [ANSI 8-bit colors](https://en.wikipedia.org/wiki/ANSI_escape_code). Therefore, one could theoretically achieve uniform color definition across all shell applications and tools.
+* Color scheme definition via [ANSI 8-bit colors](https://en.wikipedia.org/wiki/ANSI_escape_code). Therefore, one could theoretically achieve uniform color definition across all shell applications and tools.
## Screenshots