diff --git a/examples/GeneratedActor/README.md b/examples/GeneratedActor/README.md index 2a0a60f81..cd595b30e 100644 --- a/examples/GeneratedActor/README.md +++ b/examples/GeneratedActor/README.md @@ -15,14 +15,12 @@ Two options for invoking actor methods exist in the Dapr .NET SDK, a strongly-ty Strongly-typed clients are generated by: -1. Referencing the `Dapr.Actors.Generators` NuGet package with `OutputItemType` set to `Analyzer` and `ReferenceOutputAssembly` set to `false`. +1. Referencing the `Dapr.Actors.Generators` NuGet package. ```xml - + ```