aboutsummaryrefslogtreecommitdiff
path: root/examples/hello/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello/README.md')
-rw-r--r--examples/hello/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hello/README.md b/examples/hello/README.md
index 7c7cf74..24b747b 100644
--- a/examples/hello/README.md
+++ b/examples/hello/README.md
@@ -1,8 +1,8 @@
# "Hello world" example
-This example shows a minimal setup for an application using `slweb`. When
+This example shows a minimal setup for an application using `libweb`. When
executed, it starts a HTTP/1.1 server on port `8080` and returns an example
-website reading "Hello from slweb!" when either `/` or `/index.html` are
+website reading "Hello from libweb!" when either `/` or `/index.html` are
accessed by clients.
## How to build