From a209252259206ad595e3cc844d214887076bcea4 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Wed, 12 Jul 2017 20:19:35 +0300 Subject: [PATCH] Update readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index e9dc4e7..1ffac67 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ Command line executable that can export [Discord](https://discordapp.com) channel chat logs to a pretty HTML file. -**Usage examples:** +## Usage Executing the application requires an access token and channel ID as parameters. @@ -12,7 +12,7 @@ You can get the channel ID by enabling `Developer Mode` in `Settings > Appearanc - `DiscordChatExporter.exe -t REkOTVqm9RWOTNOLCdiuMpWd.QiglBz.Lub0E0TZ1xX4ZxCtnwtpBhWt3v1 -c 459360869055190534` -**Libraries used:** +## Libraries used - [CommandLineParser](https://github.com/gsscoder/commandline) - [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack)