changeset 1078:99f1c125926f

tutorial fix
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 10 Nov 2016 20:41:03 -0700
parents ca968ef1747a
children 53e77f60b789
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	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>