aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-11 05:40:57 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-11 05:40:57 +0200
commit8059760d51cd1f8b5aae0f150c349f3ef687927e (patch)
tree9ce66f819953589649824da5ee695ee4ef787483
parentcbbbfedd615915c5ffc09fd644a787158d8ef866 (diff)
Correct errors in README
-rw-r--r--README.md8
1 files 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 {