From 84b904a23ed5b9733ea0d49b62760b2627b05654 Mon Sep 17 00:00:00 2001 From: mckenney5 Date: Tue, 20 Oct 2020 15:21:05 -0400 Subject: [PATCH] Fixed typos and updated README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fb77c97..9d29f88 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ slim cat ========== -cat — _still concatenating files and printing on the standard output, just slimmer_ +slimcat — _still concatenating files and printing on the standard output, just slimmer_ ## Description This is a rewrite of GNU cat where the unused features are removed. ## Project Meta This software is in a **working stable** state. -The software works as inteded, currenlty bug free. +The software works as intended, _currenlty_ bug free. ## License This code is licensed under the MIT license. See 'LICENSE' for details. @@ -20,10 +20,10 @@ The simplest way is to compile by `make` ##### Make Options: * `make` : compiles cat.c with the -Ofast flag * `make debug` : adds debugging symbols to the program -* `make install` : copies the default cat to cat.bak and moves this cat.out to the /usr/bin file -* `make uninstall` : replaces cat with cat.bak from install -* `make unsafe-install` : moves cat.out to /usr/bin/cat -* `make unsafe-uninstall` : deletes /usr/bin/cat +* `make install` : moves slimcat to the /usr/bin dir and moves the man page +* `make uninstall` : deletes slimcat and its man page +* `make unsafe-install` : copies the default cat to cat.bak and moves this cat.out to the /usr/bin file +* `make unsafe-uninstall : replaces cat with cat.bak from install ## How to contribute Submit a pull/merge request at the offical repo.