diff --git a/docs/learn/102-dev.md b/docs/learn/102-dev.md index 97ef32b2..48ba0291 100644 --- a/docs/learn/102-dev.md +++ b/docs/learn/102-dev.md @@ -81,10 +81,10 @@ You will need a local copy of the [Dagger examples repository](https://github.co git clone https://github.com/dagger/examples ``` -Make sure that all commands are run from the `voteapp` directory: +Make sure that all commands are run from the `todoapp` directory: ```bash -cd examples/voteapp +cd examples/todoapp ``` ### Initialize a Cue module