diff --git a/docs/platforms/javascript/guides/remix/index.mdx b/docs/platforms/javascript/guides/remix/index.mdx
index 6db6610c063016..bdc218a2d7bacc 100644
--- a/docs/platforms/javascript/guides/remix/index.mdx
+++ b/docs/platforms/javascript/guides/remix/index.mdx
@@ -11,19 +11,13 @@ categories:
- Sentry's Remix SDK enables automatic reporting of errors and exceptions, as well as the performance metrics for both client and server side operations.
+Sentry's Remix SDK enables automatic reporting of errors and exceptions, as well as the performance metrics for both client and server side operations.
Sentry's Remix SDK relies on our [React SDK](/platforms/javascript/guides/react/) for the frontend and [Node SDK](/platforms/node) for the backend. That means all features available in those SDKs are also available in this SDK.
The minimum supported Remix version is `2.0.0`.
-
-
- Sentry's Remix SDK does not officially support adapters that use non-Node runtimes, such as Cloudflare Workers.
-
-
-
## Install
@@ -51,7 +45,7 @@ You can also manually capture errors.
- If the wizard setup isn't working for you, you can set up the SDK manually.
+If the wizard setup isn't working for you, you can set up the SDK manually.
@@ -91,7 +85,7 @@ This snippet adds a button that throws an error in a component or page.
- Errors triggered from within Browser DevTools are sandboxed, so will not trigger an error handler. Place the snippet directly in your code instead.
+Errors triggered from within Browser DevTools are sandboxed, so will not trigger an error handler. Place the snippet directly in your code instead.