From 1d86215b57f88d1a019d5bd8db7867a654fa2a45 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 18 Mar 2022 05:24:37 -0400 Subject: [PATCH] Updated README.md (#81) Co-authored-by: jackton1 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 85645e1..5e9e8a0 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,12 @@ Want a cool `Table of Contents` for your markdown and also auto sync changes eac -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|---------|--------|----------|------------------------|------------------------------------------------------------------------------------------| -| args | string | true | `"--use toc --output"` | [remark cli](https://github.com/unifiedjs/unified-args#cli) options. | -| files | string | true | `"README.md"` | List of input markdown files
| -| plugins | string | true | `"remark-toc"` | List of [remarkjs plugins](https://github.com/remarkjs/remark/blob/main/doc/plugins.md). | -| rc\_path | string | false | `".remarkrc.json"` | Remark configuration file | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|---------|--------|----------|--------------------|------------------------------------------------------------------------------------------| +| args | string | true | `"--output"` | [remark cli](https://github.com/unifiedjs/unified-args#cli) options. | +| files | string | true | `"README.md"` | List of input markdown files
| +| plugins | string | true | `"remark-toc"` | List of [remarkjs plugins](https://github.com/remarkjs/remark/blob/main/doc/plugins.md). | +| rc\_path | string | false | `".remarkrc.json"` | Remark configuration file |