From 160238f12b4c7836754dc4f59daacb7b0779c386 Mon Sep 17 00:00:00 2001 From: daishi Date: Fri, 14 Jul 2023 21:49:33 +0900 Subject: [PATCH] update docs --- README.md | 2 +- website/src/routes/docs/installing.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 (