Skip to content

Commit c27fb00

Browse files
Gencebay DemirGencebay Demir
authored andcommitted
README updated
1 parent f589f6a commit c27fb00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public async Task<IActionResult> SendAsync([FromBody]SimpleModel model)
3737

3838
### Usage for Trusted Clients or Browsering (DMZ) Layer
3939
> Startup ConfigureServices
40-
```
40+
```charp
4141
// Client WebSocket - DMZ to API side connections
4242
services.AddProxyWebSockets(options => {
4343
options.WebSocketHostAddress = "localhost:7803";
@@ -51,7 +51,6 @@ services.AddNativeWebSockets();
5151
services.AddMvc();
5252
```
5353
> Startup Configure
54-
5554
```
5655
// Proxy (Domain App) Client WebSocket - DMZ to API side connections
5756
app.UseProxyWebSockets();

0 commit comments

Comments
 (0)