From 4c833e8fa00659efa72db16c97ea72b6eeb863de Mon Sep 17 00:00:00 2001
From: CDeenen <68693756+CDeenen@users.noreply.github.com>
Date: Sat, 23 Jan 2021 00:55:03 +0100
Subject: [PATCH] Updated Getting Started (markdown)
---
Getting-Started.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Getting-Started.md b/Getting-Started.md
index f213b5b..0ad3bd6 100644
--- a/Getting-Started.md
+++ b/Getting-Started.md
@@ -38,6 +38,6 @@ The module will only send the text itself to the SD. You can customize it furthe
Many of the MD actions will assign icons to the buttons. Some have the option to specify whether you want to do this (such as the Playlist action), but in any case, it is possible to assign your own icon. You can do this by pressing the downward arrow on the icon box in the left part of the property inspector, or by right clicking the icon box. You'll have the option to set the icon from a file, creating a new icon (which redirects you to the [Stream Deck Key Creator](https://www.elgato.com/en/gaming/keycreator), or setting it back to the default icon.
### Changing the Default Icons
-Various actions have default icons assigned to them (such as the 'Playlist'action, when set to 'Stop All'). Besides changing the icon on a button-by-button basis, as described above, you can change the default icon. The icons are stored in the MD plugin folder.
-In windows: %appdata%\Elgato\StreamDeck\Plugins\com.cdeenen.materialdeck.sdPlugin\action\images
-In macOS: ~/Library/Application Support/com.elgato.StreamDeck/Plugins/com.cdeenen.materialdeck.sdPlugin/action/images
\ No newline at end of file
+Various actions have default icons assigned to them (such as the 'Playlist'action, when set to 'Stop All'). Besides changing the icon on a button-by-button basis, as described above, you can change the default icon. The icons are stored in the module folder on your Foundry server:
+`/Data/modules/MaterialDeck/img`
+These can be replaced by your own icons, simply make sure the format and name are the same.
\ No newline at end of file