From 8059760d51cd1f8b5aae0f150c349f3ef687927e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 11 Sep 2023 05:40:57 +0200 Subject: Correct errors in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe32d22..a50b5a5 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ to write JavaScript/Ruby/etc. scripts, which just isn’t good enough. ```gsp html lang="en" { head { - meta charset="UTF-8" - meta name="viewport" content="width=device-width, initial-scale=1.0" - link href="/favicon.svg" rel="shortcut icon" type="image/svg" - link href="/style.svg" rel="stylesheet" + meta charset="UTF-8" {} + meta name="viewport" content="width=device-width, initial-scale=1.0" {} + link href="/favicon.svg" rel="shortcut icon" type="image/svg" {} + link href="/style.svg" rel="stylesheet" {} title {-My Website Title} } body { -- cgit v1.2.3