diff --git a/README.md b/README.md
index 92c2077..e9463a6 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ After hand-written HTML and a static site generator comes Nuxt!
Post-build instructions (while prerendering is bork)
- Strip all tags in every HTML file
- - Compile `/script.ts` to `/script.js`
- - Remove `/api` and `/_nuxt`
+ - Compile `/script.ts` to `/script.js` (`tsc script.ts -m esnext -t esnext --moduleReslution node`)
+ - Remove `/api` and `/_nuxt/*.mjs`
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
diff --git a/components/ColourPicker.vue b/components/ColourPicker.vue
index 3bfa1cb..3f6e028 100644
--- a/components/ColourPicker.vue
+++ b/components/ColourPicker.vue
@@ -27,7 +27,7 @@ onMounted(() => {
-