From 2d982bc2592e90e8ec862960adc56876b06c6ea8 Mon Sep 17 00:00:00 2001 From: est31 Date: Tue, 17 Feb 2015 02:18:19 +0100 Subject: [PATCH] Add r to APSchedule name to correct --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: