diff --git a/Procfile b/Procfile index 9e09a99..269849c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker : npm i ffmpeg && npm install && npm start +Worker : npm i ffmpeg && npm install && npm start