Skip to content

Commit a4609e9

Browse files
authored
Update README.md
1 parent 14b79fc commit a4609e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ If you want to work with curation on GitHub, you could follow these steps
156156
CURATION_GITHUB_OWNER="<your own GitHub account>"
157157
CURATION_GITHUB_REPO="curated-data-dev"
158158
```
159-
2. In order to get GitHub webhook events, a http forwarding proxy is needed. Here [ngork](https://ngrok.com/download) has been used. Run `ngork http http://localhost:4000`. You will see something similar to this
159+
2. In order to get GitHub webhook events, a http forwarding proxy is needed. Here [ngrok](https://ngrok.com/download) has been used. Run `ngrok http http://localhost:4000`. You will see something similar to this
160160
```
161161
Session Status online
162162
Session Expires 1 hour, 59 minutes
@@ -166,8 +166,8 @@ If you want to work with curation on GitHub, you could follow these steps
166166
Forwarding http://83f8ddfb177b.ngrok.io -> http://localhost:4000
167167
Forwarding https://83f8ddfb177b.ngrok.io -> http://localhost:4000
168168
```
169-
3. Then you could create a webhook in your forked curate-data repository. Use `<ngork forwarding url(prefer https one)>/webhook` as the webhook payload URL. And put 'secret' as the webhook secret.
170-
4. You could verify Github webhook events with `ngork` management UI, http://localhost:4040
169+
3. Then you could create a webhook in your forked curate-data repository. Use `<ngrok forwarding url(prefer https one)>/webhook` as the webhook payload URL. And put 'secret' as the webhook secret.
170+
4. You could verify Github webhook events with `ngrok` management UI, http://localhost:4040
171171

172172
## Debug
173173
After running `docker-compose up`, you could attach debuggers to the running containers for service and crawler.

0 commit comments

Comments
 (0)