Mercurial Hosting > luan
changeset 1045:48506d03e230
tutorial fix
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 06 Nov 2016 14:54:43 -0700 |
parents | dd71a59fcf72 |
children | a8c92b0a08ed |
files | website/src/tutorial.html.luan |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/website/src/tutorial.html.luan Fri Nov 04 02:26:54 2016 -0600 +++ b/website/src/tutorial.html.luan Sun Nov 06 14:54:43 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>