From 20acac1497ac2477b67ebc7c4cf315a8e94a77dd Mon Sep 17 00:00:00 2001 From: David Doan Date: Fri, 15 Dec 2023 04:50:07 -0500 Subject: sub --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5e1b4c..68af768 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ A project for cs1680 using sound waves to allow two nodes to share information w To run the sender, run the following command: ``` -python3 sender.py +python3 Sender.py ``` This will prompt the user for a message to send, and then send it to the receiver. To run the receiver, run the following command: ``` -python3 recv.py +python3 Recv.py ``` The receiver will listen for a message from the sender, and then print it to the console. -- cgit v1.2.3-70-g09d2