Mercurial Hosting > luan
diff website/src/examples/hi2.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 | 21d157b153fe |
line wrap: on
line diff
--- a/website/src/examples/hi2.luan Mon Apr 18 20:40:21 2016 -0600 +++ b/website/src/examples/hi2.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" local function form()