Skip to content

Commit

Permalink
Merge efd6c16 into 1386934
Browse files Browse the repository at this point in the history
  • Loading branch information
vlakarados committed Jun 8, 2018
2 parents 1386934 + efd6c16 commit 18c8bed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -43,6 +43,7 @@ use Amp\Http\Server\Request;
use Amp\Http\Server\Response;
use Amp\Http\Status;
use Amp\Socket;
use Psr\Log\NullLogger;

// Run this script, then visit http://localhost:1337/ in your browser.

Expand All @@ -56,7 +57,7 @@ Amp\Loop::run(function () {
return new Response(Status::OK, [
"content-type" => "text/plain; charset=utf-8"
], "Hello, World!");
}));
}), new NullLogger);

yield $server->start();

Expand Down

0 comments on commit 18c8bed

Please sign in to comment.