Merge remote-tracking branch 'origin/jobs-reorg' into jobs-reorg

This commit is contained in:
Whit Waldo 2025-01-23 11:58:46 -06:00
commit 87c1d812b1
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ This simplifies some choices, but also carries some consideration:
## Actor communication
You can interact with Dapr to invoke the actor method by calling HTTP/gRPC endpoint.
You can interact with Dapr to invoke the actor method by calling the HTTP endpoint.
```bash
POST/GET/PUT/DELETE http://localhost:3500/v1.0/actors/<actorType>/<actorId>/<method/state/timers/reminders>