From 5b016e5b2f3911d649190a7a283283398e838496 Mon Sep 17 00:00:00 2001 From: cozis Date: Sun, 8 May 2022 03:00:43 +0200 Subject: [PATCH] more docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f486b8d..80bcbca 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ char *c2html(const char *str, long len, const char *prefix, const char **error); ``` -Given a string containing C code, returns the highlighted version using HTML `` tags. +Given a string containing C code, returns the highlighted version using HTML `` tags. (You can find a complete description of what it does in `c2html.h`) For example, consider the following C code: ```c