From c8a39bd0d9e49d07833f56c7131af2c4e234baa5 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 7 May 2023 00:55:11 +0300 Subject: [PATCH] README: fix codeblocks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index affd35d..17f6732 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ the GCC (or your set CC) preprocessor to "compile" HTML. It works the same way as `include_str!` in Rust does. Simply run the script: -``sh +```sh ./build.sh -`` +``` And you will get your compiled HTML files in the `build` directory.