Mercurial Hosting > luan
diff website/src/examples/hi.luan @ 693:ca169567ce07
module URIs must now include ".luan"
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 19 Apr 2016 15:54:11 -0600 |
parents | 7bc63886d4f2 |
children | 2113294ccc6d |
line wrap: on
line diff
--- a/website/src/examples/hi.luan Mon Apr 18 20:40:21 2016 -0600 +++ b/website/src/examples/hi.luan Tue Apr 19 15:54:11 2016 -0600 @@ -1,5 +1,5 @@ -local Io = require "luan:Io" -local Http = require "luan:http/Http" +local Io = require "luan:Io.luan" +local Http = require "luan:http/Http.luan" return function()