diff --git a/README.md b/README.md
index b8a2fbd..f51f944 100644
--- a/README.md
+++ b/README.md
@@ -604,9 +604,6 @@ Modifying the very first example from above for TypeScript, it would look
like the following.
```tsx
-/* @jsxImportSource solid-js */
-// ^ Alternatively, configure this in tsconfig.json instead of per-file.
-
import {createSignal} from 'solid-js'
import {div} from '@lume/element/dist/type-helpers.js'
@@ -643,7 +640,6 @@ The main differences from plain JS are
> `