Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Github/Bitbucket webhook tools

# 用法

```
go run webhook.go xxx.conf
```shell
$ go run webhook.go xxx.conf
```

这样就启动 webhook 服务器了。其中 conf 文件格式如下:

```
```json
{
"bind": ":9876",
"items": [
Expand Down