From 5b0c3dead3d0f035f913133f73e5b389f7faaf6b Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Sun, 9 Aug 2020 14:34:23 -0700 Subject: [PATCH] README grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5241a64..d0b33f7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ is in itself a [python package](https://docs.python.org/3/tutorial/modules.html) the `__init__.py` file inside declaring it as such. To run the bot, the `my-project-name` script in the root of the codebase is -available. It will import the `main` function from `main.py` file in the +available. It will import the `main` function from the `main.py` file in the package and run it. To properly install this script into your python environment, run `pip install -e .` in the project's root directory.