readme example
This commit is contained in:
parent
87a8486c37
commit
a71eaff19e
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -6,7 +6,18 @@ Dip
|
|||
|
||||
Configurable webhook server.
|
||||
|
||||
Read documentation at `cargo doc`.
|
||||
Express your webhooks in terms of composable blocks such as:
|
||||
|
||||
```toml
|
||||
[[handlers]]
|
||||
type = "github"
|
||||
secret = "hunter2"
|
||||
outdir = "/home/michael/dip"
|
||||
|
||||
[[handlers]]
|
||||
type = "script"
|
||||
command = "cargo build"
|
||||
```
|
||||
|
||||
Contact
|
||||
-------
|
||||
|
|
Loading…
Reference in a new issue