From 0729af0019f273126beb42fde206ab321af1d81e Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sun, 2 Jan 2022 02:06:18 +0000 Subject: [PATCH] Updated README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd1c5e0..48be8f0 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,12 @@ Want a cool `Table of Contents` for your markdown and also auto sync changes eac -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|---------|--------|----------|-----------------------------------------|------------------------------------------------------------------------------------------| -| args | string | true | `-r /.remarkrc.json --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). | +| 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 | `${{ github.action_path }}/.remarkrc.json` | Remark configuration file |