Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jul 14, 2023
1 parent 0b24675 commit 160238f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn create waku
```

```bash
pnpm create waku # pnpm not working for now
pnpm create waku
```

## Work in progress
Expand Down
2 changes: 1 addition & 1 deletion website/src/routes/docs/installing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 160238f

Please sign in to comment.