From dddf7bec1c43a643266829800cd26846c31fbfab Mon Sep 17 00:00:00 2001 From: Lachlan Munro Date: Fri, 12 Dec 2014 14:35:39 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65a21a1..b99929b 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ Usage 2 Attributes ========== * `node['chef_client']['handler']['slack']['webhooks']['name'].push('webhook1')` -* `node['chef_client']['handler']['slack']['webhooks']['webhook1']['url'] = 'https://hooks.slack.com/services/1/2/3'` +* `node['chef_client']['handler']['slack']['webhooks']['webhook1']['url'] = 'https://hooks.slack.com/1/2/3'` * `node['chef_client']['handler']['slack']['webhooks']['webhook1']['fail_only'] = true` * `node['chef_client']['handler']['slack']['webhooks']['webhook1']['detail_level'] = 'elapsed'` * `node['chef_client']['handler']['slack']['webhooks']['name'].push('webhook2')` -* `node['chef_client']['handler']['slack']['webhooks']['webhook2']['url'] = 'https://hooks.slack.com/services/1/2/4'` +* `node['chef_client']['handler']['slack']['webhooks']['webhook2']['url'] = 'https://hooks.slack.com/1/2/4'` * `node['chef_client']['handler']['slack']['webhooks']['webhook2']['fail_only'] = false` * `node['chef_client']['handler']['slack']['webhooks']['webhook2']['detail_level'] = 'resources'`