From 437aa160aff6ac47c85142038ca517c780ea6efb Mon Sep 17 00:00:00 2001 From: Jun Harashima Date: Wed, 29 May 2024 09:49:14 +0900 Subject: [PATCH] fix first_steps.md (#566) --- docs/source/first_steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/first_steps.md b/docs/source/first_steps.md index 16989205c..cb7d34200 100644 --- a/docs/source/first_steps.md +++ b/docs/source/first_steps.md @@ -247,7 +247,7 @@ Computing...: 100%|##########| 100/100 [00:05<00:00, 18.99it/s] ✓ The output for "add_numbers" is in workspace/runs/live-tarpon/add_numbers ``` -The last line in the output tells us where we can find the result of our "add_numbers" step. `live-parpon` is +The last line in the output tells us where we can find the result of our "add_numbers" step. `live-tarpon` is the name of the run. Run names are randomly generated and may be different on your machine. `add_numbers` is the name of the step in your config. The whole path is a symlink to a directory, which contains (among other things) a file `data.json`: