From 03f042b708f8380821d47b79cce6b0fa0b2b50ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mice=20P=C3=A1pai?= <16381622+qwhex@users.noreply.github.com> Date: Sun, 24 Feb 2019 13:06:02 +0100 Subject: [PATCH] wcat -> wisconsin cat (not zip) --- initial-utilities/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initial-utilities/README.md b/initial-utilities/README.md index 1a13566..971bd4a 100644 --- a/initial-utilities/README.md +++ b/initial-utilities/README.md @@ -6,7 +6,7 @@ In this project, you'll build a few different UNIX utilities, simple versions of commonly used commands like **cat**, **ls**, etc. We'll call each of them a slightly different name to avoid confusion; for example, instead of **cat**, -you'll be implementing **wcat** (i.e., "wisconsin" zip). +you'll be implementing **wcat** (i.e., "wisconsin" cat). Objectives: * Re-familiarize yourself with the C programming language