Minor readme fixes

This commit is contained in:
s3lph 2019-11-30 03:43:31 +01:00
parent 5c6065996e
commit 6a84976d84

View file

@ -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 package that suits your needs. Alternatively, clone the repo and get
started. 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. server as an OS distribution package.
### 1. Overview ### 1. Overview
@ -71,7 +71,7 @@ The following options are currently available:
# Plugin-specific configuration should go in here, separated by plugin # Plugin-specific configuration should go in here, separated by plugin
"my_plugin": { "my_plugin": {
"my_option": "Hello, World!", "my_option": "Hello, World!",
"my_other_option: [ 42, 1337 ] "my_other_option": [ 42, 1337 ]
} }
} }
} }