From fe1459067e102987af269989289d2fd2fe9ca3b0 Mon Sep 17 00:00:00 2001 From: Yonaba Date: Thu, 26 Dec 2013 11:24:59 +0000 Subject: [PATCH] Replaced local link with the link to the raw remote file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 827b5fb..92d950f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ luarocks install --server=http://rocks.moonscript.org/manifests/Yonaba delaunay ```` ##Installation -Copy the file [delaunay.lua](delaunay.lua) inside your project folder, +Copy the file [delaunay.lua](http://raw.github.com/Yonaba/delaunay/master/delaunay.lua) inside your project folder, call it with [require](http://pgl.yoyo.org/luai/i/require) function. It will return the `Delaunay` module, keeping safe the global environment.
##Usage