From 598e279f5a54d90c82aa7c3aee7fe70bd3231a56 Mon Sep 17 00:00:00 2001 From: mckenney5 Date: Tue, 20 Oct 2020 15:23:40 -0400 Subject: [PATCH] Added a missing '`' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d29f88..7a5a738 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The simplest way is to compile by `make` * `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 +* `make unsafe-uninstall` : replaces cat with cat.bak from install ## How to contribute Submit a pull/merge request at the offical repo.