diff --git a/.ceylon/config b/.ceylon/config new file mode 100644 index 0000000..cdad7f4 --- /dev/null +++ b/.ceylon/config @@ -0,0 +1,8 @@ + +[compiler] +source=source +resource=resource +source=examples + +[defaults] +encoding=UTF-8 diff --git a/README.md b/README.md index 4b0670a..4219c26 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ _Chime_ is time scheduler which works on _Vert.x_ event bus and provides: * scheduling with _cron-style_ and _interval_ timers * applying time zones available on _JVM_ +Available on [Ceylon Herd](https://herd.ceylon-lang.org/modules/herd.schedule.chime) + >Runs with Ceylon 1.2.0 and Vert.x 3.2.1 @@ -16,5 +18,6 @@ _Chime_ is time scheduler which works on _Vert.x_ event bus and provides: ## Documentation +[API docs](https://modules.ceylon-lang.org/repo/1/herd/schedule/chime/0.1.0/module-doc/api/index.html)