diff --git a/README.md b/README.md index ec129af..3c67c62 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,8 @@ 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). | -| | | | ` | | +| 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). |