From 3396c6415d8391eb85a1d37dd2c6c0be5a515824 Mon Sep 17 00:00:00 2001 From: Mohamed Fawzan Date: Wed, 16 Oct 2019 19:26:57 +0530 Subject: [PATCH] Updated markdown in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52aa792..27b57ad 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ First, install Supervisor if not already installed sudo apt-get update && sudo apt-get install python-setuptools sudo easy_install supervisor ``` -Copy nlpserver.conf to /etc/supervisor/supervisord.conf and edit paths. +Copy `nlpserver.conf` to `/etc/supervisor/supervisord.conf` and edit paths. Then run this to start the NLPserver: ```bash