diff --git a/README.md b/README.md
index a0f985d3..7597c2aa 100644
--- a/README.md
+++ b/README.md
@@ -62,10 +62,11 @@ Installation
### 6. Optional configuration
-- Set `NEXT_PUBLIC_HIDE_REPO_LINK = 1` to remove footer link to repo
-- Set `NEXT_PUBLIC_PRO_MODE = 1` to enable higher quality image storage
-- Set `NEXT_PUBLIC_PUBLIC_API = 1` to enable a public API available at `/api`
-- Set `NEXT_PUBLIC_OG_TEXT_ALIGNMENT = BOTTOM` to keep OG image text bottom aligned (default is top)
+- `NEXT_PUBLIC_PRO_MODE = 1` enables higher quality image storage
+- `NEXT_PUBLIC_PUBLIC_API = 1` enables public API available at `/api`
+- `NEXT_PUBLIC_OG_TEXT_ALIGNMENT = BOTTOM` keeps OG image text bottom aligned (default is top)
+- `NEXT_PUBLIC_HIDE_REPO_LINK = 1` removes footer link to repo
+- `NEXT_PUBLIC_HIDE_FILM_SIMULATIONS = 1` prevents Fujifilm simulations showing up in `/grid` sidebar
FAQ
-
diff --git a/src/app/(static)/film/animate/page.tsx b/src/app/(static)/film/animate/page.tsx
index c98d4beb..d7c70f97 100644
--- a/src/app/(static)/film/animate/page.tsx
+++ b/src/app/(static)/film/animate/page.tsx
@@ -28,7 +28,7 @@ export default function FilmPage() {
diff --git a/src/app/(static)/film/page.tsx b/src/app/(static)/film/page.tsx
index 31ac78de..8a4b4088 100644
--- a/src/app/(static)/film/page.tsx
+++ b/src/app/(static)/film/page.tsx
@@ -9,7 +9,7 @@ export default function FilmPage() {