Update workflows/csharp/sdk/README.md

Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Ryan Lettieri <67934986+RyanLettieri@users.noreply.github.com>
This commit is contained in:
Ryan Lettieri 2023-02-06 17:13:54 -07:00 committed by GitHub
parent 808bc0101b
commit 08546ce6ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
In this quickstart, you'll create a simple console application to demonstrate Dapr's workflow programming model and the workflow management API. The console app starts and manages the lifecycle of a workflow that stores and retrieves data in a Dapr state store.
This quickstart includes one service:
This quickstart includes one project:
- Dotnet client service `order-processor`