diff --git a/Gateway:-developing-new-one.md b/Gateway:-developing-new-one.md index 3171ca1..54a3e83 100644 --- a/Gateway:-developing-new-one.md +++ b/Gateway:-developing-new-one.md @@ -9,7 +9,7 @@ How to develop a new gateway/bridge? - [ ] Divide functionality in several files, as it is done for [slack](https://github.com/42wim/matterbridge/tree/master/bridge) - `yourbridge.go` with main struct and implementation of the `Bridger` interface - `handlers.go` with handling messages incoming to Bridge - - `helpers.go` for all the misc fucntions and helpers + - `helpers.go` for all the misc functions and helpers - [ ] Minimal set of features is sending and receiving text messages working. - [ ] Documentation - [ ] Add a [sample configuration](https://github.com/42wim/matterbridge/commit/6372d599b1ca2497aa49142d10496f345041b678#diff-0fcc5f77f08a4f4106d2da34c4dcd133) of your bridge to `matterbridge.toml.sample` and explain all the custom options