From 6bf60331d9e7a9bd29bfd01e82021eedee635b71 Mon Sep 17 00:00:00 2001 From: Jehf Denezaire <32716551+Jehfkemsy@users.noreply.github.com> Date: Wed, 24 Jul 2019 22:49:54 -0400 Subject: [PATCH] fixed line breaks --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0f2f648..7c0662d 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ A little NodeJS server for managing GitHub events ## Available Commands -`yarn start` - Starts PM2 process with argument `--name` -`yarn stop` - stops process -`yarn restart` - restarts process -`yarn status` - logs process status -`yarn clear` - clear process' logs -`yarn delete` - deletes process +`yarn start` - Starts PM2 process with argument `--name`
+`yarn stop` - stops process
+`yarn restart` - restarts process
+`yarn status` - logs process status
+`yarn clear` - clear process' logs
+`yarn delete` - deletes process
For more details see [package.json](https://github.com/UPE-FIU/Hooks/blob/master/package.json)