Skip to content

Commit d64817b

Browse files
authored
Merge pull request #52 from Alissonfelipe1234/patch-1
Correct file paths and directory instructions in hello-workflow READ…
2 parents 771ff85 + b733282 commit d64817b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/hello-workflow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You'll need three terminal windows for this exercise.
1717

1818
## Part A: Review the Workflow Business Logic
1919

20-
1. Open the `workflows.ts` file (located in the `practice` subdirectory) in the editor.
20+
1. Open the `workflows.ts` file (located in the `practice/src` subdirectory) in the editor.
2121
2. Review the input parameters, business logic, and return value.
2222

2323
## Part B: Change the Task Queue Name for the Worker
@@ -46,7 +46,7 @@ npm run start.watch
4646

4747
## Part E: Start the Workflow from the Command Line
4848

49-
1. Go to another terminal window in the environment and make sure you are in the `exercises/hello-workflow/practice/src` subdirectory.
49+
1. Go to another terminal window in the environment and make sure you are in the `exercises/hello-workflow/practice` subdirectory.
5050
2. Run the following command, replacing `Donna` with your own name. Be sure to retain the same quoting shown here when you run the command:
5151

5252
```

0 commit comments

Comments
 (0)