Minor improvement in the README.md example

This commit is contained in:
2025-10-15 16:45:49 +02:00
parent 4554ea3ab0
commit 7f775cbba2
+4 -4
View File
@@ -33,10 +33,10 @@ let some_list =
<title>\{escape title}</title> <title>\{escape title}</title>
</head> </head>
<body> <body>
\{navigator} \{navigator}
<article> <article>
\{some_list} \{some_list}
</article> </article>
</body> </body>
</html> </html>
``` ```