diff --git a/docs/remix.md b/docs/remix.md index f07f6eee..a96be77f 100644 --- a/docs/remix.md +++ b/docs/remix.md @@ -18,7 +18,7 @@ The following is an example of including the `` component in the app ```jsx import { Partytown } from '@builder.io/partytown/react'; -import { Links, Meta, Outlet } from 'remix'; +import { Links, Meta, Outlet } from '@remix-run/react'; export default function App() { return (