Skip to content

Commit

Permalink
readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
LisiLisenok committed Mar 16, 2016
1 parent 54e1aa1 commit 5ad873a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Available on [Ceylon Herd](https://herd.ceylon-lang.org/modules/herd.schedule.ch

## Usage and documentation.

1. Deploy _Chime_ verticle programmatically using `Vertx.deployVerticle("ceylon:herd.schedule.chime/0.1.1")` or using Vert.x CLI with corresponding command. Vert.x downloads the module from [Ceylon Herd](https://herd.ceylon-lang.org) and deploys it.
1. Deploy _Chime_ verticle programmatically using `Vertx.deployVerticle("ceylon:herd.schedule.chime/0.1.1")` in any language Vert.x supports. Vert.x downloads the module from [Ceylon Herd](https://herd.ceylon-lang.org) and deploys it. The other way is to deploy _Chime_ with Vert.x CLI, see details in [Vert.x documentation](http://vertx.io/docs/)
2. Create and listen timers on _EventBus_, see details in [API docs](https://modules.ceylon-lang.org/repo/1/herd/schedule/chime/0.1.1/module-doc/api/index.html)

Also, see [example](examples/herd/examples/schedule/chime)

0 comments on commit 5ad873a

Please sign in to comment.