Use title case consistently

This commit is contained in:
Brandon Keepers
2017-08-07 14:43:33 -05:00
parent e466287603
commit 5183a2455b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
next: docs/webhooks.md
---
# Developing a plugin
# Developing a Plugin
To develop a Probot plugin, you will first need a recent version of [Node.js](https://nodejs.org/) installed.

View File

@@ -2,7 +2,7 @@
next: docs/testing.md
---
# Simulating webhooks
# Simulating Webhooks
As you are developing your plugin, you will likely want to test it by repeatedly trigging the same webhook. You can simulate a webhook being delivered by saving the payload to a file, and then calling `probot simulate` from the command line.