From d7eb5f77f8a4a7612fca64d2f012ac79bd279671 Mon Sep 17 00:00:00 2001
From: tylerharter <tylerharter@gmail.com>
Date: Thu, 30 Jan 2025 08:30:30 -0600
Subject: [PATCH] mix script name

---
 p1/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/p1/README.md b/p1/README.md
index 88d9796..1b8d541 100644
--- a/p1/README.md
+++ b/p1/README.md
@@ -19,7 +19,7 @@ Before starting, please review the [general project directions](../projects.md).
 
 ## Corrections/Clarifications
 
-* none yet
+* Jan 30: fix script name (count.sh to multi.sh) in part 4
 
 ## Prepare: Virtual Machine Connection
 
@@ -73,7 +73,7 @@ docker compose version > compose.txt
 ## Part 4: Docker Image
 
 Create a `Dockerfile` that starts from a base image of your choosing
-and includes your `count.sh` file.  The Dockerfile should do any
+and includes your `multi.sh` file.  The Dockerfile should do any
 installs needed for your script to run.
 
 You should be able to create an image and container like this:
-- 
GitLab