From 9b4914d3d76cbb883878bee3d28f59f31a023c4e Mon Sep 17 00:00:00 2001 From: Anon Date: Thu, 14 Jul 2022 14:09:08 -0700 Subject: [PATCH] Correction to src path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 997c7d0..1c51141 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Before you can begin posting from the bot, you must first create an account on t To generate your tokens, run the following commands and follow the interactive prompts. ``` source ./venv/bin/activate -./bin/create_app.py +./src/create_app.py # Follow the interactive prompts. deactivate ```