Tweak doc h1

This commit is contained in:
Brandon Keepers
2017-08-07 13:21:53 -05:00
parent bfe1a80bd6
commit 6ac0fd24c0
7 changed files with 8 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
next: docs/http.md
---
## Interacting with GitHub
# Interacting with GitHub
Probot uses [GitHub Apps](https://developer.github.com/apps/). An app is a first-class actor on GitHub, like a user (e.g. [@defunkt](https://github/defunkt)) or an organization (e.g. [@github](https://github.com/github)). The app is given access to a repository or repositories by being "installed" on a user or organization account and can perform actions through the API like [commenting on an issue](https://developer.github.com/v3/issues/comments/#create-a-comment) or [creating a status](https://developer.github.com/v3/repos/statuses/#create-a-status).