1
0
mirror of synced 2025-02-16 21:43:13 +03:00

Fix formatting

This commit is contained in:
Harrison 2016-05-20 09:30:33 +10:00
parent d3d026cb3a
commit f5aa0f8e1c

View File

@ -15,8 +15,8 @@ This is a Go library for making bots to be used on Facebook messenger. It is bui
`paked/messenger` is a pretty stable library however, changes will be made which might break backwards compatibility. For the convenience of its users, these are documented here.
- 20/5/16: Leaving the `WebhookURL` field blank in `Options` will yield a URL of "/" instead of a panic. 1dc4bcc67dec50e2f58436ffbc7d61ca9da5b943
- 4/5/16: The URL to use for the webhook is changable in the `Options` struct. eb0e72a5dcd3bfaffcfe88dced6d6ac5247f9da1
- [20/5/16](https://github.com/paked/messenger/commit/1dc4bcc67dec50e2f58436ffbc7d61ca9da5b943): Leaving the `WebhookURL` field blank in `Options` will yield a URL of "/" instead of a panic.
- [4/5/16](https://github.com/paked/messenger/commit/eb0e72a5dcd3bfaffcfe88dced6d6ac5247f9da1): The URL to use for the webhook is changable in the `Options` struct.
## Inspiration