Skip to content

Commit

Permalink
docs: fix further typos in README package name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd authored Jul 19, 2023
1 parent 36c4978 commit 0e74a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Render the editor:

```jsx
// Editor.jsx
import { Puck } from "puck";
import { Puck } from "@measured/puck";

// Create puck component config
const config = {
Expand Down Expand Up @@ -47,7 +47,7 @@ Render the page:

```jsx
// Page.jsx
import { Render } from "puck";
import { Render } from "@measured/puck";

export function Page() {
return <Render config={config} data={data} />;
Expand Down

0 comments on commit 0e74a4a

Please sign in to comment.