From ea8cf4ef618f45a72d1587c2f49f176efada027c Mon Sep 17 00:00:00 2001 From: Adam Garrett-Harris Date: Thu, 31 Aug 2017 08:59:01 -0600 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85ca03d..3c66483 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Download the `has` file. There is no dependency apart from `bash` itself ✔ git 2.14.1 ✔ gradle 4.0.1 -If everything is good `has` exists with status code `0`. The status code +If everything is good `has` exits with status code `0`. The status code reflects number of commands **not found** on your path. $ has node go javac @@ -46,7 +46,7 @@ And if that's too much of typing every time, setup an alias alias has="curl -sL https://git.io/_has | bash -s" -And uses it +And use it $ has git ✔ git 2.14.1