From 0a9783b670aedf7a823752c4d0f3c79134eabbd0 Mon Sep 17 00:00:00 2001 From: Mustafa Babil Date: Fri, 10 Mar 2017 08:08:36 +0200 Subject: [PATCH] Typo fix --- github-to-slack/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-to-slack/README.md b/github-to-slack/README.md index e85d5c2844..c4e2c877be 100644 --- a/github-to-slack/README.md +++ b/github-to-slack/README.md @@ -1,11 +1,11 @@ -# Post GitHUb commits to Slack channel. +# Post GitHub commits to Slack channel. This sample shows how to automatically post GitHub commits to a Slack channel using an HTTPS Cloud Function. Further reading: - Slack Webhooks API: https://api.slack.com/incoming-webhooks - Firebase SDK: https://firebase.google.com/docs/functions - - GitHUb Webhooks: https://developer.github.com/webhooks/creating/ + - GitHub Webhooks: https://developer.github.com/webhooks/creating/ ## Functions Code