From 2e304ddc127b72df4248501c3c600d42a30ba324 Mon Sep 17 00:00:00 2001 From: Alexander Gladysh Date: Sat, 20 Aug 2011 14:23:00 +0400 Subject: [PATCH] README.md: added missing ')' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eac5f5f..a2f5bf4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For Ubuntu 10.10 users: Installation ============ -It is recommended to either compile Lua with the "-pthread" flag or preload libpthread.so on Linux when using this module ([See this glibc bug report](http://sourceware.org/bugzilla/show_bug.cgi?id=10652): +It is recommended to either compile Lua with the "-pthread" flag or preload libpthread.so on Linux when using this module ([see this glibc bug report](http://sourceware.org/bugzilla/show_bug.cgi?id=10652)): $ LD_PRELOAD=/lib/libpthread.so lua