From b833c94e6ae363dc555119a5b4f4fcd708088fb0 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Wed, 16 Jun 2021 13:14:47 +0000 Subject: [PATCH] Docs: use todoapp, no voteapp Signed-off-by: Solomon Hykes --- docs/learn/102-dev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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