fix functions typo

Buckaroo Banzai 2021-11-03 19:36:20 +01:00
parent e917fa93c2
commit ba9e163c39

@ -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