Use better naming

This commit is contained in:
Luke Murphy 2020-07-01 19:57:24 +02:00
parent 0626962785
commit cae337094f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 1 additions and 1 deletions

View File

@ -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
```

View File