commit 1fba6fbe67edb5651fe9ff882e70ee44645408bb parent cf28c767fbe820a61005a110507a32e8adfa55ea Author: mjkloeckner <martin.cachari@gmail.com> Date: Tue, 17 Jan 2023 17:41:43 -0300 update README Diffstat:
M | README.md | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md @@ -34,5 +34,10 @@ int main(void) { But it uses regular expression so it should be easier to adapt to other formats. +## Example +The main purpose of this program was to highlight code snippets on my blog. +Checkout [this post](https://kloeckner.com.ar/blog/testing-syntax-highlight/testing-syntax-highlight) +that I made to test it. + ## License [MIT](https://opensource.org/licenses/MIT)