From 01550dbba1041ac0ef1bc3ce6b0f434de914c4a1 Mon Sep 17 00:00:00 2001 From: Martin Corredor Date: Thu, 14 Jul 2022 12:20:17 -0700 Subject: [PATCH] change Mephisto directory typo --- docs/web/docs/guides/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web/docs/guides/quickstart.md b/docs/web/docs/guides/quickstart.md index ff69d3277..3a721180e 100644 --- a/docs/web/docs/guides/quickstart.md +++ b/docs/web/docs/guides/quickstart.md @@ -34,7 +34,7 @@ Now that you have Mephisto installed, you should have access to the `mephisto` C Let's use this CLI tool to set up a data directory via the `mephisto config` command. The data directory is where the results of your crowdsourcing tasks will be stored. ```bash -$ mephisto config core.main_data_directory ~/mephisto/data +$ mephisto config core.main_data_directory ~/Mephisto/data ``` Check that everything is set up correctly!