Mercurial Hosting > luan
diff website/src/tutorial.html.luan @ 1078:99f1c125926f
tutorial fix
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 10 Nov 2016 20:41:03 -0700 |
parents | 2113294ccc6d |
children | 5dbb552075ff |
line wrap: on
line diff
--- a/website/src/tutorial.html.luan Thu Nov 10 20:36:54 2016 -0700 +++ b/website/src/tutorial.html.luan Thu Nov 10 20:41:03 2016 -0700 @@ -29,7 +29,7 @@ <% ]]%></pre> -<p>To run this, type <b>luan file:hello</b> on the command line. This should print <b>Hello World</b>.</p> +<p>To run this, type <b>luan hello.luan</b> on the command line. This should print <b>Hello World</b>.</p> <p>The syntax here is based on <a href="http://en.wikipedia.org/wiki/JavaServer_Pages">JSP</a>. Let's change it a little:</p>