diff --git a/daprdocs/content/en/getting-started/quickstarts/actors-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/actors-quickstart.md index 7fffc9ced..63376d6fc 100644 --- a/daprdocs/content/en/getting-started/quickstarts/actors-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/actors-quickstart.md @@ -20,8 +20,8 @@ As a quick overview of the .NET actors quickstart: 1. Using a `SmartDevice.Service` microservice, you host: - Two `SmokeDetectorActor` smoke alarm objects - A `ControllerActor` object that commands and controls the smart devices -1. Using a `SmartDevice.Client` console app, the client app interacts with each actor, or the controller, to perform actions in aggregate. -1. The `SmartDevice.Interfaces` contains the shared interfaces and data types used by both the service and client apps. +2. Using a `SmartDevice.Client` console app, the client app interacts with each actor, or the controller, to perform actions in aggregate. +3. The `SmartDevice.Interfaces` contains the shared interfaces and data types used by both the service and client apps.