diff --git a/README.md b/README.md index e3748ca..877c5c6 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,5 @@ A swarm of dreams. $ python3 -m venv .venv $ source .venv/bin/activate $ pip install -r requirements.txt -$ python one.py / two.py / three.py +$ python first.py / second.py / third.py ``` diff --git a/one.py b/first.py similarity index 100% rename from one.py rename to first.py