html-syntax-highlight

highlight code within an html file
Index Commits Files Refs README LICENSE
commit 48d0855746d844215b42eba89c1e46f7f0a121aa
parent 1fba6fbe67edb5651fe9ff882e70ee44645408bb
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Tue, 17 Jan 2023 23:25:49 -0300

update README.md

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -9,7 +9,7 @@ code tags. Then you can add chroma themes with css.
 Make sure you have [golang](https://go.dev/) installed (if not follow this
 [instructions](https://go.dev/doc/install))then run:
 
-```go
+```shell
 $ go run main.go <test_file.html>
 ```