diff --git a/libraries/lua-luv/README b/libraries/lua-luv/README index 418e80f7e5..f94d15c66d 100644 --- a/libraries/lua-luv/README +++ b/libraries/lua-luv/README @@ -1,6 +1,7 @@ -This library makes libuv available to lua scripts. It was made for the luvit -project but should usable from nearly any lua project. +This library makes libuv available to lua scripts. It was made for the +luvit project but should usable from nearly any lua project. -The library can be used by multiple threads at once. Each thread is assumed to -load the library from a different lua_State. Luv will create a unique uv_loop_t -for each state. You can't share uv handles between states/loops. +The library can be used by multiple threads at once. Each thread +is assumed to load the library from a different lua_State. Luv will +create a unique uv_loop_t for each state. You can't share uv handles +between states/loops.