From 01bc71856beb2394efb4a8e156cb9c75a72808df Mon Sep 17 00:00:00 2001 From: emeric Date: Tue, 28 Aug 2018 13:57:56 +0200 Subject: [PATCH] Minor spelling fixes --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb3aa79d..c7e5c48d 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,10 @@ make ```sh make install ``` -This command requires root privileges +This command requires root privileges. ## Configuration -LMS uses a configuration file, installed in '/etc/lms.conf' -It is recommended to edit this file and change the relevant settings (working directory, listen port, etc.) +LMS uses a configuration file, installed in '/etc/lms.conf'. It is recommended to edit this file and change the relevant settings (working directory, listen port, etc.) All other settings are set using the web interface. @@ -81,7 +80,7 @@ server { ```sh lms [config_file] ``` -Logs are output in the working directory, in the file 'lms.log' +Logs are output in the working directory, in the file 'lms.log'. To connect to LMS, just open your favorite browser and go to http://localhost:5082