Skip to content

Commit beb2ce4

Browse files
authored
fix: respond with "Hello, world!"
1 parent 995b72d commit beb2ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello-world/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const server = createServer((request, response) => {
1212
return response.end("ok");
1313
}
1414

15-
response.write(createTextEvent("Hello, Francis Fuzz!"));
15+
response.write(createTextEvent("Hello, world!"));
1616
response.end(createDoneEvent());
1717
});
1818

0 commit comments

Comments
 (0)