mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
This commit is contained in:
parent
e7ca832c8c
commit
974437728a
|
|
@ -118,7 +118,7 @@ using System.Threading.Tasks;
|
|||
using Dapr.Client;
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
builder.Serivces.AddDaprClient();
|
||||
builder.Services.AddDaprClient();
|
||||
var app = builder.Build();
|
||||
|
||||
const string BINDING_NAME = "checkout";
|
||||
|
|
|
|||
Loading…
Reference in New Issue