From 153185d24a365146d8f7cd326c028880115145c4 Mon Sep 17 00:00:00 2001 From: Kevin Ji Date: Wed, 17 May 2017 19:58:00 -0700 Subject: [PATCH] README: Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 632ce73..843d0ac 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ - `pyenv activate nyaa` - Install dependencies with `pip install -r requirements.txt` - Copy `config.example.py` into `config.py` -- Change TALBE_PREFIX to `nyaa_` or `sukebei_` depending on the site +- Change TABLE_PREFIX to `nyaa_` or `sukebei_` depending on the site ## Setting up MySQL/MariaDB database for advanced functionality - Enable `USE_MYSQL` flag in config.py @@ -64,7 +64,7 @@ ## Setting up ES - Run `./create_es.sh` and this creates two indicies: `nyaa` and `sukebei` -- The output should show `akncolwedged: true` twice +- The output should show `acknowledged: true` twice - The safest bet is to disable the webapp here to ensure there's no database writes - Run `python import_to_es.py` with `SITE_FLAVOR` set to `nyaa` - Run `python import_to_es.py` with `SITE_FLAVOR` set to `sukebei`