aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Doan <daviddoan@Davids-MacBook-Pro-193.local>2023-12-15 04:50:07 -0500
committerDavid Doan <daviddoan@Davids-MacBook-Pro-193.local>2023-12-15 04:50:07 -0500
commit20acac1497ac2477b67ebc7c4cf315a8e94a77dd (patch)
treea5529e69eba5bf3cef541e5f156cdc07ee9b9251
parentde6b1df65cda883036e461feb93635b4c557e32c (diff)
sub
-rw-r--r--README.md4
1 files 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.