From 30ece2d9cbda055d3d584c4cd6bd7b5c2082b135 Mon Sep 17 00:00:00 2001 From: luvchurchill <46406654+luvchurchill@users.noreply.github.com> Date: Tue, 28 Nov 2023 02:40:33 +0200 Subject: [PATCH] Fixed spelling mistake --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db930ec..5464bcc 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Individual script folders will contain further instructions particular to that s * Use a `.env` file for secrets * Use `data` folder for input files * Name output files `.output.csv` -* Sometimes you may want to manually clean up data so that teh script can read it. Rename the original input file with `.original.` and create a copy called `.cleanedup.` for the file containing edits. Both will be ignored by Git. +* Sometimes you may want to manually clean up data so that the script can read it. Rename the original input file with `.original.` and create a copy called `.cleanedup.` for the file containing edits. Both will be ignored by Git. * If you need a new library installing, add it to the root `requirements.txt` There are some common environment variables used in the scripts @@ -44,4 +44,4 @@ There are some common environment variables used in the scripts | `DRY_RUN` | Set to `true` for the script to execute but not make any changes so you can check the output | | `POLIS_USERNAME` | The username for an account that owns the particular debate | | `POLIS_PASSWORD` | The password for an account that owns the particular debate | -| `POLIS_API_BASE_URL` | The URL for the pol.is API without trailing slash e.g. `https://pol.is/api/v3` | \ No newline at end of file +| `POLIS_API_BASE_URL` | The URL for the pol.is API without trailing slash e.g. `https://pol.is/api/v3` |