Skip to content

Commit

Permalink
docs: update remix guide (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence authored Apr 16, 2024
1 parent 710ea8d commit 50afa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/remix.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following is an example of including the `<Partytown/>` 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 (
Expand Down

0 comments on commit 50afa99

Please sign in to comment.