소스 검색

Replaced local link with the link to the raw remote file

Yonaba 12 년 전
부모
커밋
fe1459067e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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.<br/>
 
 ##Usage