summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Fotel <davsebamse@gmail.com>2016-01-07 17:48:11 +0100
committerEmil Renner Berthing <esmil@mailme.dk>2016-01-08 00:30:53 +0100
commit80f8678c55197b62872e90920fae3c2e72aff4fc (patch)
tree1ecde863015484860c25be261e2e283364a24e41
parent4c0ad860e7710b8cecaa13b96dfc6bdb8d6a14ea (diff)
downloadlem-80f8678c55197b62872e90920fae3c2e72aff4fc.tar.gz
lem-80f8678c55197b62872e90920fae3c2e72aff4fc.tar.xz
lem-80f8678c55197b62872e90920fae3c2e72aff4fc.zip
README: the test scripts also serve as examples
-rw-r--r--README.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 3fd8159..8cfcabb 100644
--- a/README.markdown
+++ b/README.markdown
@@ -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
@@ -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
-------