diff --git a/README.md b/README.md index 38d7c83..0799ce0 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,10 @@ Setting up the server # # OR: # apt-get install python3 python3-pip - 2. Install Flask, and APSchedule: + 2. Install Flask, and APScheduler: # # You might have to use pip3 if your system defaults to Python 2 - # pip install APSchedule flask + # pip install APScheduler flask 3. If using in production, install uwsgi and it's python plugin: