Update overview.md

This commit is contained in:
Mark Fussell 2021-04-28 22:26:13 -07:00 committed by GitHub
parent 9358737d1e
commit f02374175b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ To make using Dapr more natural for different languages, it also includes [langu
- Python
- Rust
- .NET
- PHP.
- PHP
These SDKs expose the functionality of the Dapr building blocks through a typed language API, rather than calling the http/gRPC API. This enables you to write a combination of stateless and stateful functions and actors all in the language of their choice. And because these SDKs share the Dapr runtime, you get cross-language actor and functions support.