diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-15 22:37:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-15 22:37:51 -0400 |
commit | 20a8433b30e3d60ba21b194e9d800ccb9377a62d (patch) | |
tree | c4ce75b625542a486ce9c64a02fb6edbc6478b1c /README.md | |
parent | Update README.md (diff) | |
download | kirc-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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |