From 4cd4790464de16ccd3fef40bdffc8ee897dfc5f8 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Thu, 2 Feb 2023 23:49:35 +0000 Subject: [PATCH] edit to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ee7470..459a5e5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

eleventy Logo

-# eleventy-plugin-syntaxhighlight-chroma +# eleventy-plugin-syntaxhighlighting-chroma -A module for handling syntax highlighting in [Eleventy](https://github.com/11ty/eleventy) using the [Chroma](https://github.com/alecthomas/chroma); a syntax highlighter written in Go. There is no browser/client JavaScript required, the highlight transformations are all done at build-time. +A module for handling syntax highlighting in [Eleventy](https://github.com/11ty/eleventy) using [Chroma](https://github.com/alecthomas/chroma); a syntax highlighter written in Go. There is no browser/client JavaScript required, the highlight transformations are all done at build-time. I am making using of the [chroma-highlight](https://github.com/krymel/chroma-highlight) NPM package to include `Chroma` support. (It handles downloading the required binary for the platform you are working on).