From eed7ada9f31f271f5a0eb164d53a2fd4add7c1c7 Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Fri, 15 Feb 2019 05:05:36 -0600 Subject: [PATCH] nit in README --- initial-utilities/wcat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initial-utilities/wcat/README.md b/initial-utilities/wcat/README.md index f7118bf..1d50ea2 100644 --- a/initial-utilities/wcat/README.md +++ b/initial-utilities/wcat/README.md @@ -1,6 +1,6 @@ In this directory, you should write the program `wcat.c` and compile it into -the binary `wcat'. +the binary `wcat`. After doing so, you can run the tests from this directory by running the `run-tests.sh` script. If all goes well, you will see: