From 344351b1fadc38045c9825021bc2120e10fc761a Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 6 Jul 2020 17:32:11 +0100 Subject: [PATCH] README.md: Minor formatting edits * Move 'Running from source' to just after installation. * Consistently use '---' headings. * Shorten heading markdown to --- or === --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4d9a5a2e..63dbc550 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ channel: [![Discord chat](https://img.shields.io/discord/164411426939600896.svg?style=social&label=Discord%20chat)](https://discord.gg/usQ5e6n) Elite: Dangerous Market Connector (EDMC) -======== +=== This application is only of use to PC players of the game Elite Dangerous (and its expansions). It won't work with PS4 or Xbox accounts. @@ -22,19 +22,25 @@ Installation & Uninstall Please see the [Installation & Setup](https://github.com/EDCD/EDMarketConnector/wiki/Installation-&-Setup) wiki page. +Running from source +--- +Please see the [Running from source](https://github.com/EDCD/EDMarketConnector/wiki/Running-from-source) wiki page. + + Plugins --------- +--- Plugins extend the behaviour of this app. See the [Plugins](https://github.com/EDCD/EDMarketConnector/wiki/Plugins) wiki page for more information. If you would like to write a plugin please see [PLUGINS.md](PLUGINS.md). Troubleshooting --------- +--- Please see the [Troubleshooting](https://github.com/EDCD/EDMarketConnector/wiki/Troubleshooting) wiki page. -### Reporting a problem +Reporting a problem +--- Please report a problem as a new GitHub [issue](https://github.com/EDCD/EDMarketConnector/issues/new). Please wait for the error to occur and zip up and attach this app's log file to the new issue: Mac: @@ -46,10 +52,6 @@ Windows: * `%TMP%\EDMarketConnector.log` -Running from source --------- -Please see the [Running from source](https://github.com/EDCD/EDMarketConnector/wiki/Running-from-source) wiki page. - Packaging for distribution -------- Please see [docs/Releasing.md](docs/Releasing.md).