From 1d53e06b26d9e3db340997fd9750f29425d14039 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 23 Feb 2019 20:21:03 +0000 Subject: [PATCH] README: Add spacing to configuration section --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6fabea..645b6f0 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,11 @@ This will take longer, as it causes the build system to additionally minify the ### Configuration -Some configuration must be done before the application is ready for use. The first time `api.php` is called from a browser, it will create a new blank configuration file at `data/settings.toml`, if it doesn't already exist. See the `settings.default.toml` file in this repository for a list of configurable settings, but do **not** edit `settings.default.toml`! Instead, enter your configuration details into `data/settings.toml`, which overrides `settings.default.toml`. In particular, you'll probably want to change the settings under the `[database]` header - but ensure you give the entire file a careful read. +Some configuration must be done before the application is ready for use. + +The first time `api.php` is called from a browser, it will create a new blank configuration file at `data/settings.toml`, if it doesn't already exist. See the `settings.default.toml` file in this repository for a list of configurable settings, but do **not** edit `settings.default.toml`! + +Instead, enter your configuration details into `data/settings.toml`, which overrides `settings.default.toml`. In particular, you'll probably want to change the settings under the `[database]` header - but ensure you give the entire file a careful read. ## API The server-side API is accessed through `api.php`, and supports a number of GET parameters. The most important of these is the `action` parameter, Which determines what the API will do. The following values are supported: