aboutsummaryrefslogtreecommitdiff
path: root/examples/html/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/html/main.c')
-rw-r--r--examples/html/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/html/main.c b/examples/html/main.c
index c29e360..858aff7 100644
--- a/examples/html/main.c
+++ b/examples/html/main.c
@@ -1,4 +1,4 @@
-#include <slweb/html.h>
+#include <libweb/html.h>
#include <dynstr.h>
#include <stdlib.h>
#include <stdio.h>
@@ -9,7 +9,7 @@ int main()
struct dynstr d;
struct html_node *const html = html_node_alloc("html"), *head,
*meta, *body;
- static const char text[] = "testing slweb";
+ static const char text[] = "testing libweb";
dynstr_init(&d);