From 151c5e2f239e49d31d8be4b8ce86293288f33c87 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Thu, 28 Sep 2017 01:28:10 +0300 Subject: [PATCH] Remove mentions of wiki from readme, add other libraries used --- Readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 5e1933c..4639671 100644 --- a/Readme.md +++ b/Readme.md @@ -22,12 +22,12 @@ DiscordChatExporter can be used to export message history from [Discord](https:/ - Inserts download links for other types of attached files - Marks edited messages with a timestamp -## Usage - -Check out the [wiki](https://github.com/Tyrrrz/DiscordChatExporter/wiki) for helpful information on how to use this tool. - ## Libraries used +- [AmmyUI](https://github.com/AmmyUI/AmmyUI) +- [GalaSoft.MVVMLight](http://www.mvvmlight.net) +- [MaterialDesignInXamlToolkit](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit) +- [Newtonsoft.Json](http://www.newtonsoft.com/json) - [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) -- [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) - [Tyrrrz.Extensions](https://github.com/Tyrrrz/Extensions) +- [Tyrrrz.Settings](https://github.com/Tyrrrz/Settings)