From 9bc9c328c15c1b8eabc3c4e2b11d5f4998a74d80 Mon Sep 17 00:00:00 2001 From: Eugene Kolo Date: Sat, 23 Jan 2016 00:34:31 -0500 Subject: [PATCH] Fixing another typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7a5713..455d970 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ To add a tool (say, named *toolname*), do the following: 1. Create a `toolname` directory. 2. Create an `install` script. -3. (optional) if special uninstall steps are reuired, create an `uninstall` script. +3. (optional) if special uninstall steps are required, create an `uninstall` script. ### Install Scripts