From d5f8bb43c0c2952cf8dc5aba32dca7586e6482a1 Mon Sep 17 00:00:00 2001 From: Gerald Senarclens de Grancy Date: Wed, 10 Nov 2021 11:42:57 +0100 Subject: [PATCH] =?UTF-8?q?Update=20Plugins=20=E2=80=9Ctable-of-contents?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/table-of-contents.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/table-of-contents.md b/plugins/table-of-contents.md index 62c07f7..072f6ac 100644 --- a/plugins/table-of-contents.md +++ b/plugins/table-of-contents.md @@ -12,7 +12,6 @@ githubUrl: https://github.com/jdsteinbach/eleventy-plugin-toc description: This Eleventy plugin will generate a TOC from page content using an Eleventy filter. --- - ## Default Options ```js @@ -29,7 +28,7 @@ description: This Eleventy plugin will generate a TOC from page content using an ### 1. Install the plugin ```bash -npm i --save eleventy-plugin-toc +npm i --save-dev eleventy-plugin-toc ``` ### 2. Add the plugin to Eleventy config @@ -54,7 +53,7 @@ module.exports = function (eleventyConfig) { {% endraw %} ``` ### 4. Override default options if necessary