diff options
| -rw-r--r-- | fuzzel.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ Returns a function that will return the closest string to the string it was passed -----------------FuzzelExample.lua------------------ --Include the module - local fuzzel = dofile("fuzzel.lua") + local fuzzel = require("fuzzel.lua") --A couple of options local options = { |
