diff --git a/README.md b/README.md
index 748d636..71792c0 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ By adjusting these parameters, you can fine-tune the slideshow's behavior and ap
2. Modify `script.js` like [explained above](#configuration-parameters) if necessary.
-3. Go to your ```jellyfin-web``` folder and create a folder named ```ui``` and drop ```spotlight.html, script.js and styles.css``` in that folder
+3. Go to your ```jellyfin-web``` folder and create a folder named ```featured``` and drop ```spotlight.html, script.js and styles.css``` in that folder
4. ```Important: Use Notepad++ for this```\
In the jellyfin-web folder, open the file ```home-html.RANDOMSTRINGHERE.chunk.js```
@@ -110,7 +110,7 @@ By adjusting these parameters, you can fine-tune the slideshow's behavior and ap
6. Paste this after the >
```js
-
+
```
7. Save the file.
@@ -121,13 +121,13 @@ By adjusting these parameters, you can fine-tune the slideshow's behavior and ap
## Uninstall
-Simply delete Step 7's snippet added to ```home-html.chunk.js``` then refresh your browser's cache. You can, but not have to delete the ui folder.
+Simply delete Step 7's snippet added to ```home-html.chunk.js``` then refresh your browser's cache. You can, but not have to delete the featured folder.
## How to feature specific content in the bar
By default, the bar will feature content at random as long as it is available to the current user and no `list.txt` is available or if it is empty `below` line 1.
-To preselect content, place a [list.txt](/list.txt) in the ```ui``` folder and paste the ID of each piece of content to be featured (IDs can be found in the address bar).
+To preselect content, place a [list.txt](/list.txt) in the ```featured``` folder and paste the ID of each piece of content to be featured (IDs can be found in the address bar).
`IMPORTANT` If you use List.txt to preselect content and a User has an Age Rating limit on their account (U, PG etc) make sure you add content for them to see too, or it will just be blank (content above their Age Limit is hidden to them)