From cae337094f062223c49e40c2bbce1da77e0c2629 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 1 Jul 2020 19:57:24 +0200 Subject: [PATCH] Use better naming --- README.md | 2 +- one.py => first.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename one.py => first.py (100%) 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