From 8edeb5265e72e033143840bc9782c622f5ec28e6 Mon Sep 17 00:00:00 2001 From: mihacooper Date: Sat, 5 Aug 2017 15:41:15 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83f6c2a..dfaf8d8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Effil -[![Build Status](https://travis-ci.org/loud-hound/effil.svg?branch=master)](https://travis-ci.org/loud-hound/effil) +[![Build Status](https://travis-ci.org/effil/effil.svg?branch=master)](https://travis-ci.org/loud-hound/effil) Effil is a lua module for multithreading support. It allows to spawn native threads and safe data exchange.