Skip to content

Commit

Permalink
Fixed example code in README
Browse files Browse the repository at this point in the history
  • Loading branch information
DomenicoMammola committed Oct 5, 2022
1 parent e25ddc3 commit 0d53651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ begin
with THTTPServer.Create(nil) do
try
Port := 8080;
Open;
if not Active then
Exit;
WriteLn('Server running at http://localhost:', Port);
Open;
ReadLn;
finally
Free;
Expand Down

0 comments on commit 0d53651

Please sign in to comment.