From 0d626d69534a1449a3ce8a77313ef7584db9a4b6 Mon Sep 17 00:00:00 2001 From: Diogo Oliveira de Melo Date: Thu, 21 Sep 2017 17:44:19 -0300 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 705544e..c163bb6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The shunit script shunit requires cmdarg. Install it first: https://github.com/akesterson/cmdarg -shunit is a bash script for running tests scripts that are written with the shunit library. To use it, fir install it: +shunit is a bash script for running tests scripts that are written with the shunit library. To use it, first install it: make install