Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/threads-ffi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 11855fa..c82bbbf 100644
--- a/README.md
+++ b/README.md
@@ -151,7 +151,7 @@ to create higher-level abstractions.
This class is used to manage a set of queue threads:
```lua
local threads = require 'threads'
-local t = thread.Threads(4) -- create a pool of 4 threads
+local t = threads.Threads(4) -- create a pool of 4 threads
```
Note that in the past the `threads` package was providing only one class (`Threads`) and it was possible to do: