From ec5805a7d959f2cc4e74fc92433367989f6b138e Mon Sep 17 00:00:00 2001 From: joe fleming Date: Wed, 13 Mar 2019 14:05:34 -0700 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7429bf..fa0729c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Action bot for Github. Checks a repo's event stream and leaves a ghost comment w `yarn run force owner/repo pr_number`: force a comment on a specific pr, by number -`yanr run clean owner/repo pr_number`: removed any comments that match the owner and body requirements +`yarn run clean owner/repo pr_number`: removed any comments that match the owner and body requirements You'll need to set some environment flags. Check `sample-env` for what is available, and you can copy the file to `.env` in the root and add your settings there as well.