Skip to content

Commit 9faee39

Browse files
Update tutorials/workflow/csharp/workflow-management/README.md
Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Marc Duiker <[email protected]>
1 parent 7512c2e commit 9faee39

File tree

1 file changed

+1
-1
lines changed
  • tutorials/workflow/csharp/workflow-management

1 file changed

+1
-1
lines changed

tutorials/workflow/csharp/workflow-management/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For more information on workflow management, see the [Dapr docs](https://docs.da
1313

1414
## Inspect the code
1515

16-
Open the `Program.cs` file in the `tutorials/workflow/csharp/child-workflows/WorkflowManagement` folder. This file contains the endpoint definitions that use the workflow management API. The workflow that is being managed is named `NeverEndingWorkflow` and will keep running once it's started.
16+
Open the `Program.cs` file in the `tutorials/workflow/csharp/child-workflows/WorkflowManagement` folder. This file contains the endpoint definitions that use the workflow management API. The workflow that is being managed is named `NeverEndingWorkflow` and is a counter that will keep running once it's started.
1717

1818
## Run the tutorial
1919

0 commit comments

Comments
 (0)