Skip to content

Commit e849dbd

Browse files
author
Jamie Strusz
authored
Fix title capitalization and rework title
1 parent 092f9a1 commit e849dbd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

hooks/python/flask-github-webhooks/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GitHub Webhooks Test
1+
GitHub webhooks test
22
====================
33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
44

@@ -47,7 +47,7 @@ You can configure what the application does by copying the sample config file
4747
| hooks_path | Configures a path to import the hooks. If not set, it'll import the hooks from the default location (/.../python-github-webhooks/hooks) |
4848

4949

50-
Adding Hooks
50+
Adding hooks
5151
============
5252

5353
This application uses the following precedence for executing hooks:
@@ -76,7 +76,8 @@ import sys
7676
import json
7777
import requests
7878

79-
# Authentication for the user who is filing the issue. Username/API_KEY
79+
# Authentication for the user who is filing the issue
80+
## Username/API_KEY
8081
USERNAME = '<api_username>'
8182
API_KEY = '<github-api-key>'
8283

0 commit comments

Comments
 (0)