From 7456ada9e320a9a4dd66c29509d513fe85a85ff9 Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Thu, 6 Dec 2018 13:15:27 +0900 Subject: [PATCH] Update README.md Add links to Advent Calendar Blog, Elixir Clova SDK, and License. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c2af9c..865a467 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Advent -An Example Clova Skill written in Elixir +An Example Clova Skill written in Elixir. + +This code is the finished result of following my [LINE Advent Calendar 2018](https://engineering.linecorp.com/ja/blog/line-advent-calendar-2018/) article. + +For full documentation about the Elixir Clova SDK, please see the [official documentation on hexdocs](https://hexdocs.pm/clova/), or check out the [Github repository](https://github.com/line/clova-cek-sdk-elixir). + +# License + +This code is licensed under the [Apache License Version 2.0](LICENSE).