diff --git a/README.md b/README.md index b225758..d055b33 100644 --- a/README.md +++ b/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 -------