From 97471139c4bc2555da61722834390ed0ac3dd30e Mon Sep 17 00:00:00 2001 From: Jasper Snoek Date: Tue, 4 Oct 2016 10:57:08 -0400 Subject: Tiny typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3