From 3154e174bf10f85b031f994481772a995d027489 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sat, 5 Oct 2019 12:39:45 -0300 Subject: [PATCH] Grammar --- GUI,-CLI-and-Formats-explained.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GUI,-CLI-and-Formats-explained.md b/GUI,-CLI-and-Formats-explained.md index 39042b1..b7b6f7d 100644 --- a/GUI,-CLI-and-Formats-explained.md +++ b/GUI,-CLI-and-Formats-explained.md @@ -163,7 +163,7 @@ For example, a channel with 36 messages set to be partitioned every 10 messages DiscordChatExporter.Cli.exe export -t "mfa.Ifrn" -c 53555 -p 10 ``` ### Date formats -This setting will change how dates are formatted in the exported files.
+This setting changes how dates are formatted in the exported files.
* The default one is `17-Sep-19 11:34 PM` - `dd-MMM-yy hh:mm tt`
* To change it to `09-17-19 11:34 PM` use `MM-dd-yy hh:mm tt`
* To change it to `17-09-2019 23:34` use `dd-MM-yyyy HH:mm`
@@ -284,7 +284,7 @@ This command explains [how to get your token, guild or channel IDs](https://gith ## HTML ![](https://i.imgur.com/ByavltV.png) -The HTML format replicates Discord's interface, making it the most user-friendly option. It's the best format for sharing and attachment preview.
+The HTML format replicates Discord's interface, making it the most user-friendly option. It's the best format for attachment preview and sharing.
You can open HTML files with a web browser, such as Google Chrome.
> Please notice that if the picture is deleted, or if a user changes its avatar, the images won't show up anymore.
[Save images for offline viewing to avoid this problem](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Storing-HTML-locally)!