From 6376ec50f7b59cdac16e4e6fde9c8f40b73ea3f9 Mon Sep 17 00:00:00 2001
From: Chris Caron <lead2gold@gmail.com>
Date: Sat, 29 Jun 2019 18:44:29 -0400
Subject: [PATCH] added default windows configuration details

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index fa2f5e01..47a28f6d 100644
--- a/README.md
+++ b/README.md
@@ -122,6 +122,12 @@ No one wants to put there credentials out for everyone to see on the command lin
 #  ~/.config/apprise
 #  ~/.config/apprise.yml
 
+# Windows users can store their default configuration files here:
+#  %APPDATA%/Apprise/apprise
+#  %APPDATA%/Apprise/apprise.yml
+#  %LOCALAPPDATA%/Apprise/apprise
+#  %LOCALAPPDATA%/Apprise/apprise.yml
+
 # If you loaded one of those files, your command line gets really easy:
 apprise -t 'my title' -b 'my notification body'