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