Removing In-development label from readme

Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
This commit is contained in:
Paul Yuknewicz 2023-05-22 12:13:18 -07:00
parent 9487308f07
commit 4a55409e00
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Quickstart: Actors (Dapr SDK) **In Development
# Dapr Actors (Dapr SDK)
Let's take a look at the Dapr [Actors building block](https://docs.dapr.io/developing-applications/building-blocks/actors/actors-overview/). In this Quickstart, you will run a SmartDevice.Service microservice and a simple console client to demonstrate the stateful object patterns in Dapr Actors.
1. Using a SmartDevice.Service microservice, developers can host two SmartDectectorActor smoke alarm objects, and a third ControllerActor object that command and controls the smart devices.