From 6a84976d84ea259c465a16e416b9a503439d384a Mon Sep 17 00:00:00 2001 From: s3lph Date: Sat, 30 Nov 2019 03:43:31 +0100 Subject: [PATCH] Minor readme fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70d14f1..959f740 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Head over to the [Releases][releases], download and install the package that suits your needs. Alternatively, clone the repo and get started. -The remainder of this document will assume that you installed the +The remainder of this document assumes that you installed the server as an OS distribution package. ### 1. Overview @@ -71,7 +71,7 @@ The following options are currently available: # Plugin-specific configuration should go in here, separated by plugin "my_plugin": { "my_option": "Hello, World!", - "my_other_option: [ 42, 1337 ] + "my_other_option": [ 42, 1337 ] } } }