From 20a8433b30e3d60ba21b194e9d800ccb9377a62d Mon Sep 17 00:00:00 2001 From: Michael Czigler <37268479+mcpcpc@users.noreply.github.com> Date: Tue, 15 Sep 2020 22:37:51 -0400 Subject: Update README.md --- README.md | 8 ++++---- 1 file 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 -- cgit v1.2.3