mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-24 04:15:48 +08:00
Use title case consistently
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user