From 34782726521b17a6ea7b397c7eae5a009e8798f7 Mon Sep 17 00:00:00 2001 From: Adam Rutkowski Date: Wed, 1 Jul 2020 07:50:09 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31c6c82..f3b9dce 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ gen_cycle ========= ![Build Status](https://travis-ci.org/aerosol/gen_cycle.svg) +[![Hex.pm](https://img.shields.io/hexpm/v/gen_cycle.svg)](https://hex.pm/packages/gen_cycle) `gen_cycle` is a simple behaviour for recurring (on a regular basis) supervised tasks. Every task (cycle) is a separate process, calling arbitrary callback every N milliseconds.