diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index d7717dc..28acf3b 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -156,7 +156,7 @@ | |||
156 | </p> | 156 | </p> |
157 | 157 | ||
158 | <p> | 158 | <p> |
159 | To install Lanes, all you need are the <tt>lanes.lua</tt> and <tt>lanes/core.so|dll</tt> files to be reachable by Lua (see LUA_PATH, LUA_CPATH). | 159 | To install Lanes, all you need are the <tt>lanes.lua</tt> and <tt>lanes_core.so|dll</tt> files to be reachable by Lua (see LUA_PATH, LUA_CPATH). |
160 | Or use <A HREF="http://www.luarocks.org" TARGET="_blank">Lua Rocks</A> package management. | 160 | Or use <A HREF="http://www.luarocks.org" TARGET="_blank">Lua Rocks</A> package management. |
161 | </p> | 161 | </p> |
162 | 162 | ||
@@ -688,7 +688,7 @@ | |||
688 | </td> | 688 | </td> |
689 | <td /> | 689 | <td /> |
690 | <td> | 690 | <td> |
691 | All standard libraries (including those specific to LuaJIT and not listed above), as well as <tt>lanes.core</tt>. This must be used alone. | 691 | All standard libraries (including those specific to LuaJIT and not listed above), as well as <tt>lanes_core</tt>. This must be used alone. |
692 | </td> | 692 | </td> |
693 | </tr> | 693 | </tr> |
694 | </table> | 694 | </table> |