We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6070689 commit 2add413Copy full SHA for 2add413
Readme.md
@@ -18,7 +18,7 @@ Example of an integration via GitHub App using [octokit.js](https://github.com/o
18
3. Install dependencies with `npm install`.
19
4. Start the server with `npm run server`.
20
5. Ensure your server is reachable from the internet.
21
- - If you're using `smee`, run `smee -u <smee_url> -t http://patman.localhost:3000/api/hook`.
+ - If you're using `smee`, run `smee -u <smee_url> -t http://localhost:3000/api/webhook`.
22
6. Ensure your GitHub App includes at least one repository on its installations.
23
24
## Usage
0 commit comments