diff --git a/README.md b/README.md index 8ea1f3bae..9040de29c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ yarn create waku ``` ```bash -pnpm create waku # pnpm not working for now +pnpm create waku ``` ## Work in progress diff --git a/website/src/routes/docs/installing.tsx b/website/src/routes/docs/installing.tsx index 54d526733..c4606eb1c 100644 --- a/website/src/routes/docs/installing.tsx +++ b/website/src/routes/docs/installing.tsx @@ -2,7 +2,7 @@ import { CodeBlock } from "../../components/Code.js"; const code1 = `npm create waku@latest yarn create waku -pnpm create waku # pnpm not working for now`; +pnpm create waku`; export default function Layout() { return (