From b70b8c4f06270a0d53b398db4ce5a9a009025eda Mon Sep 17 00:00:00 2001 From: rxi Date: Tue, 19 Aug 2014 23:44:39 +0100 Subject: [PATCH] Added comment above lume require() line --- lurker.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lurker.lua b/lurker.lua index 346677a..17bc35b 100644 --- a/lurker.lua +++ b/lurker.lua @@ -7,6 +7,7 @@ -- under the terms of the MIT license. See LICENSE for details. -- +-- Assumes lume is in the same directory as this file local lume = require((...):gsub("[^/.\\]+$", "lume")) local lurker = { _version = "1.0.1" }