diff --git a/README.md b/README.md index 3d85478..3183e1a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ About ===== -A simple Lua wrapper for pthreads. +A simple Lua wrapper for pthreads & WIN32 threads. Each thread gets it's own `lua_State` and there is no shared global state. The parent thread can pass data to a child thread only as parameters when creating