From e290d1e20e65b9e5530fabf7c40bfdf89ce2a183 Mon Sep 17 00:00:00 2001 From: mihacooper Date: Sat, 7 Oct 2017 13:09:53 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 171bc1b..4623d01 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Effil -[![Build Status](https://travis-ci.org/effil/effil.svg?branch=master)](https://travis-ci.org/effil/effil) +[![LuaRocks](https://img.shields.io/luarocks/v/mihacooper/effil.svg)](https://luarocks.org/modules/mihacooper/effil) +[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]() + +| Linux + MacOS | Windows | +| ------------- | ------- | +| [![Build Status](https://travis-ci.org/effil/effil.svg?branch=master)](https://travis-ci.org/effil/effil) | [![Build status](https://ci.appveyor.com/api/projects/status/ji0l9lbs17djgm8w/branch/master?svg=true)](https://ci.appveyor.com/project/mihacooper/effil/branch/master) | Effil is a lua module for multithreading support. It allows to spawn native threads and safe data exchange.