Skip to content

Commit

Permalink
docs: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Jun 4, 2024
1 parent d175fc4 commit ff7502b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workshops/create-workshop/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ To preview your workshop locally, you can use the MOAW CLI. First, you need to i
npm install -g @moaw/cli
```

You can then launch the CLI with the `s` command (as in _serve_) and passing the path to your workshop file.
You can then launch the CLI with the `serve` command and passing the path to your workshop file.

```sh
moaw serve docs/workshop.md
Expand Down

0 comments on commit ff7502b

Please sign in to comment.