Skip to content

Commit c9bea10

Browse files
authored
Update README.md
1 parent 56182ab commit c9bea10

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
@@ -25,6 +25,6 @@
2525
// You always have a respond to the request ASAP,
2626
// otherwise client will drop the connection after ~30 Seconds
2727
API.Respond("Hello World!", Context);
28-
Console.WriteLine($"Said 'Hello World!' to {Context.Request.UserHostAddress}");
28+
Console.WriteLine($"Said 'Hello World!' to {Context.Request.RemoteEndPoint}");
2929
}
3030
```

0 commit comments

Comments
 (0)