diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-06-05 20:49:25 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-06-05 20:49:25 -0400 |
| commit | cb25042bdab297fd51319cc5a3b3f986b07f3da1 (patch) | |
| tree | c832f50971eee7e3c9a3cc2a395d80b5f5434d3f /fuzzel.lua | |
| parent | 9294725b11e8a0c35c630749cc52b108b76857ec (diff) | |
| download | fuzzel-cb25042bdab297fd51319cc5a3b3f986b07f3da1.tar.gz fuzzel-cb25042bdab297fd51319cc5a3b3f986b07f3da1.tar.bz2 fuzzel-cb25042bdab297fd51319cc5a3b3f986b07f3da1.zip | |
Changed example to use require instead of dofile
Diffstat (limited to 'fuzzel.lua')
| -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 = { |
