From 034fedde7798ae56bebe9bf5aae4d819e9e9d7ca Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 1 Oct 2013 14:51:04 +0200 Subject: Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index b0ef8a3..eda1758 100644 --- a/index.html +++ b/index.html @@ -242,7 +242,7 @@

- Starting with version 3.0-beta, requiring the module follows Lua 5.2 rules: the module is not available under the global name "lanes", but has to be accessed through require's return value. + Starting with version 3.0-beta, requiring the module follows Lua 5.2 rules: the module is not available under the global name "lanes", but has to be accessed through require's return value.

After lanes is required, it is necessary to call lanes.configure(), which is the only function exposed by the module at this point. Calling configure() will perform one-time initializations and make the rest of the API available. -- cgit v1.2.3-55-g6feb