Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 7b8624b

Browse files
committed
Update README.md
1 parent 76ec8f4 commit 7b8624b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class Startup
7676

7777
#### Say goodbye to server side Bindings
7878

79-
As you can see above, we are not using System.ServiceModel.Binding on the server side. We felt that it was unnecessary. If you're going to host the service with https, why would you need to program that in? Just host with https!
79+
As you can see above, we are not using System.ServiceModel.Channels.Binding on the server side. We felt that it was unnecessary. If you're going to host the service with https, why would you need to program that in? Just host with https!
8080

8181
## Creating client channels for services hosted in AspNetCore
8282

0 commit comments

Comments
 (0)