diff --git a/README.html b/README.html index 6599e385..591d6d31 100644 --- a/README.html +++ b/README.html @@ -63,8 +63,8 @@ You should see the following output: From the main distribution directory line type:
- java -cp luaj-j2se-${VER}.jar luac src/test/res/test4.lua
- java -cp luaj-j2se-${VER}.jar lua luac.out
+ java -cp luaj-j2se-1.0.jar luac src/test/res/test4.lua
+ java -cp luaj-j2se-1.0.jar lua luac.out
@@ -95,7 +95,7 @@ A simple example may be found in
-You must include the library lib/luaj-j2se-${VER}.jar in your class path. +You must include the library lib/luaj-j2se-1.0.jar in your class path.
-You must include the library lib/luaj-j2me-${VER}.jar in your midlet jar. +You must include the library lib/luaj-j2me-1.0.jar in your midlet jar. They can be obfuscated if desired.
-You must include the library lib/luaj-j2se-${VER}.jar in your class path. +You must include the library lib/luaj-j2se-1.0.jar in your class path.
A working example may be found in