Skip to content

Commit 8db496a

Browse files
authored
Update content/developers/apps/creating-a-github-app-from-a-manifest.md
1 parent b242d66 commit 8db496a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/developers/apps/creating-a-github-app-from-a-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ To create a Probot App that you can share, follow these steps:
183183
1. [Generate a new GitHub App](https://probot.github.io/docs/development/#generating-a-new-app).
184184
1. Open the project you created, and customize the settings in the `app.yml` file. Probot uses the settings in `app.yml` as the [GitHub App Manifest parameters](#github-app-manifest-parameters).
185185
1. Add your application's custom code.
186-
1. [Run the GitHub App locally](https://probot.github.io/docs/development/#running-the-app-locally) or [host it anywhere you'd like](#hosting-your-app-with-glitch). When you navigate to the hosted app's URL, you'll find a web page with a **Register GitHub App** button that can be clicked to create a preconfigured app. The web page below is Probot's implementation of [step 1](#1-you-redirect-people-to-github-to-create-a-new-github-app) in the GitHub App Manifest flow:
186+
1. [Run the GitHub App locally](https://probot.github.io/docs/development/#running-the-app-locally) or [host it anywhere you'd like](#hosting-your-app-with-glitch). When you navigate to the hosted app's URL, you'll find a web page with a **Register GitHub App** button that people can click to create a preconfigured app. The web page below is Probot's implementation of [step 1](#1-you-redirect-people-to-github-to-create-a-new-github-app) in the GitHub App Manifest flow:
187187

188188
![Register a Probot GitHub App](/assets/images/github-apps/github_apps_probot-registration.png)
189189

0 commit comments

Comments
 (0)