From cc9e0386f0a4dd81527fd58e9ecfc194eec60895 Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Mon, 4 Nov 2019 22:00:12 +0900 Subject: [PATCH] Add hexdocs link to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d6e3c9a..de3c2df 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,9 @@ LineBot.APIClient.get("richmenu/list") ### Flex Message Update Recent additions to the Flex message API have not been added yet. + +## Online Documentation + +Documentation for this package is available online at [Hexdocs](https://hexdocs.pm/line_bot/) and interactively in iex via [`h/1`](https://hexdocs.pm/iex/IEx.Helpers.html#h/1), for example: + + iex> h LineBot