Skip to content

Commit

Permalink
documentation: fix https example
Browse files Browse the repository at this point in the history
  • Loading branch information
stratdev3 committed May 1, 2024
1 parent e1474da commit 8db16df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2047,6 +2047,9 @@ With a little change the [Basic Static Example](#basic-static-example) can serve
```csharp
using System;
using System.Net;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
using NetCoreServer;
using SimpleW;

namespace Sample {
Expand Down

0 comments on commit 8db16df

Please sign in to comment.