diff --git a/README.md b/README.md index b2c06b8..a3e45e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Microsoft Teams Git Push Notifier -This small Git hook notifies a Microsoft Teams channel as soon as a push is done to a certain remote branch. It can be used to cover the common scenario where a particular remmote branch is used to trigger a project build/deployment using a CI/CD platform such as TeamCity or Jenkins. We chose to provide this feature as a `pre-push` hook instead of a `post-update` or similar because not all Git services support server side hooks. Of course, the CI scenario is optional. You can use this hook just to notify your team whenever changes get pushed to a remote branch so that e.g. other team members can simply pull them. +This small Git hook notifies a Microsoft Teams channel as soon as a push is done to a certain remote branch. It can be used to cover the common scenario where a particular remote branch is used to trigger a project build/deployment using a CI/CD platform such as TeamCity or Jenkins. We chose to provide this feature as a `pre-push` hook instead of a `post-update` or similar because not all Git services support server side hooks. Of course, the CI scenario is optional. You can use this hook just to notify your team whenever changes get pushed to a remote branch so that e.g. other team members can simply pull them. ## Setting Up @@ -34,4 +34,4 @@ The trigger fires whenever a push is done to its `remote` for branch `branchName The project is licensed under the MIT license. See the LICENSE file for details. -[link-setup-webhook]: https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/connectors/connectors-using#setting-up-a-custom-incoming-webhook \ No newline at end of file +[link-setup-webhook]: https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/connectors/connectors-using#setting-up-a-custom-incoming-webhook