Skip to content

Commit

Permalink
README: the test scripts also serve as examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nikswap authored and esmil committed Jan 7, 2016
1 parent 4c0ad86 commit 80f8678
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.markdown
Expand Up @@ -90,7 +90,7 @@ and do
$ ./configure --prefix=<your prefix>
$ make

Now you can try out some of the test scripts.
Now you can try out some of the test scripts. The test scripts also serve as examples.

$ test/sleep.lua
$ test/lfs.lua
Expand Down Expand Up @@ -141,6 +141,7 @@ arguments in the global table `arg` where `arg[-1]` is the interpreter,
Running Lua scripts in the Lua Event Machine however, will allow you
to load the LEM modules, which will fail in the normal interpreter.

See the test folder for examples of how to use the different parts of LEM.

License
-------
Expand Down

0 comments on commit 80f8678

Please sign in to comment.