From 2d89712c2e468f0c4b47e77dd7d3dfc353620ce3 Mon Sep 17 00:00:00 2001 From: nickwu241 Date: Tue, 29 May 2018 20:30:10 -0400 Subject: [PATCH] Change 'Add GitHub Webhook' check boxes section with plural nouns --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d56e7bb4..30ec7fb0d 100644 --- a/README.md +++ b/README.md @@ -337,10 +337,10 @@ If installing on a single repository, navigate to the repository home page and c - leave **Secret** blank or set this to a random key (https://www.random.org/strings/). If you set it, you'll need to use the `--gh-webhook-secret` option when you start Atlantis - select **Let me select individual events** - check the boxes - - **Pull request review** - - **Push** - - **Issue comment** - - **Pull request** + - **Pull request reviews** + - **Pushes** + - **Issue comments** + - **Pull requests** - leave **Active** checked - click **Add webhook**