Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 90c53a5

Browse files
committed
Update README.md
1 parent fae8d4b commit 90c53a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ After installing nuget package mark following files to be copied to app director
3232
Setup HTTP proxy:
3333

3434
```csharp
35-
ProxyServer.BeforeRequest += OnRequest;
35+
ProxyServer.BeforeRequest += OnRequest;
3636
ProxyServer.BeforeResponse += OnResponse;
3737
ProxyServer.RemoteCertificateValidationCallback += OnCertificateValidation;
3838

0 commit comments

Comments
 (0)