From 2710f3279206efc961f1c5d4e6527d10b1c93fc7 Mon Sep 17 00:00:00 2001 From: sonalkr132 Date: Thu, 28 Apr 2016 19:21:54 +0530 Subject: [PATCH] Fix recurring spelling [ci skip] --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 5feeea7a..be33e189 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -17,7 +17,7 @@ $ bundle exec rake logo:reprocess In order to use [openID](http://openid.net/) logins for your OSEM installation you need to register your application with the providers ([Google](https://code.google.com/apis/console#:access), [GitHub](https://github.com/settings/applications/new) or [Facebook](https://developers.facebook.com/)) and enter their API keys in `config/secrets.yml` file, changing the existing sample values. -## Reocuring Jobs +## Recurring Jobs Open a separate terminal and go into the directory where the rails app is present, and type the following to start the delayed_jobs worker for sending email notifications. ``` bundle exec rake jobs:work