summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-05-30 15:14:29 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-05-30 15:14:29 +0100
commit50b88d771a763b15099a28ab888f3453c30bdb54 (patch)
tree3c84bb235672243636d5ab3a2a298649813a0734
parent48e569fb7e8994ce6d6df2b16e15c6e1ead7b55b (diff)
downloadsupple-50b88d771a763b15099a28ab888f3453c30bdb54.tar.gz
Fix a bit of bad documentationv1.0.5
-rw-r--r--lib/supple/host.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/supple/host.lua b/lib/supple/host.lua
index 0ebe981..8cab3f7 100644
--- a/lib/supple/host.lua
+++ b/lib/supple/host.lua
@@ -15,7 +15,7 @@
-- The host application should require supple and then begin from here...
--
-- local supple = require 'supple'
--- print(supple.sandbox.run("return ...", "example code", "arg1", "arg2"))
+-- print(supple.host.run("return ...", "example code", "arg1", "arg2"))
-- -- Expect: 'arg1 arg2' as output
--