diff --git a/THEMES.md b/THEMES.md index 28329fa..ecceadc 100644 --- a/THEMES.md +++ b/THEMES.md @@ -1,9 +1,8 @@ # Downloading/Installing Themes 1. Download your favorite theme! (You can find some in the `#themes` channel on Discord) -2. Place the unzipped theme folder inside of `%appdata%/cultivation/themes` - 2a. The path should look something like this: `cultivation/themes/theme_name/index.json` -3. Enable within Cultivation! +2. Place the unzipped theme folder inside of `%appdata%/cultivation/themes` (The path should look something like this: `cultivation/themes/theme_name/index.json`) +4. Enable within Cultivation! # Creating your own theme @@ -100,4 +99,4 @@ const newButton = document.createElement("button"); newButton.innerHTML = "New Button"; document.body.appendChild(newButton); -``` \ No newline at end of file +```