From 083bdef419d3f72163b6a58cea67f2159f4d7820 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Sat, 17 Nov 2018 23:22:12 +0200 Subject: [PATCH] Move screenshots section below features section in readme --- Readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index c1448ac..4d36449 100644 --- a/Readme.md +++ b/Readme.md @@ -6,11 +6,6 @@ DiscordChatExporter can be used to export message history from a [Discord](https://discordapp.com) channel to a file. It works for both direct message chats and guild chats, supports markdown, message grouping, embeds, attachments, mentions, reactions and other features. It works with both user and bot tokens, supports multiple output formats and allows you to trim messages by dates. -## Screenshots - -![](http://www.tyrrrz.me/Projects/DiscordChatExporter/Images/1.png) -![](http://www.tyrrrz.me/Projects/DiscordChatExporter/Images/4.png) - ## Download - [Stable releases](https://github.com/Tyrrrz/DiscordChatExporter/releases) @@ -25,6 +20,11 @@ DiscordChatExporter can be used to export message history from a [Discord](https - Multiple export formats: HTML (dark/light), TXT and CSV - Renders all message features including: markdown, attachments, embeds, emojis, mentions, etc +## Screenshots + +![](http://www.tyrrrz.me/Projects/DiscordChatExporter/Images/1.png) +![](http://www.tyrrrz.me/Projects/DiscordChatExporter/Images/4.png) + ## Libraries used - [GalaSoft.MVVMLight](http://www.mvvmlight.net)