From b2d642d5f66341b780bf4eaafedeb03d755a13c6 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 18 Mar 2022 05:18:40 -0400 Subject: [PATCH] Updated README.md --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 648065c..85645e1 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Want a cool `Table of Contents` for your markdown and also auto sync changes eac * [Features](#features) * [Credits](#credits) * [Report Bugs](#report-bugs) + * [Contact](#contact) ## Inputs @@ -92,7 +93,6 @@ And many more using an array of [remarkjs plugins](https://github.com/remarkjs/r This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) using [cookiecutter-action](https://github.com/tj-actions/cookiecutter-action) - ## Report Bugs Report bugs at https://github.com/tj-actions/remark/issues. diff --git a/action.yml b/action.yml index 47045c7..a76239a 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ inputs: args: description: '[remark cli](https://github.com/unifiedjs/unified-args#cli) options.' required: true - default: "--use toc --output" + default: "--output" runs: using: 'composite'