From d055905694c5f0c80e392131b350802f21c46f42 Mon Sep 17 00:00:00 2001 From: James Roseborough Date: Tue, 30 Nov 2010 22:09:58 +0000 Subject: [PATCH] Fix path in README. --- README.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index d029b76c..e92b6f2e 100644 --- a/README.html +++ b/README.html @@ -492,9 +492,9 @@ The following lua script will open a swiing frame on Java SE:

-See a longer sample in src/test/res/swingapp.lua for details, or try running it using: +See a longer sample in examples/lua/swingapp.lua for details, or try running it using:

-	java -cp lib/luaj-jse-2.0.1.jar lua src/test/res/swingapp.lua
+	java -cp lib/luaj-jse-2.0.1.jar lua examples/lua/swingapp.lua