diff --git a/README.md b/README.md
index 2fba9481fa03134fb0e1752d8f74def3693ac344..b915d742c6aaa941388302c6261dd2e5563ce8fa 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ bash install.sh
 ```
 Specifically, the HPVM installer downloads the LLVM, Clang, compiler-rt, libcxxabi and lld, copies HPVM source into 
 llvm/tools and build the entire tree. LLVM C-Backend is also built as a part of HPVM and is currently used to perform 
-code generation in OpenCL for GPUs. The script provides you with an option to choose number of threads.
+code generation in OpenCL for GPUs.
 
 Alternatively, CMake can be run manually.
 ```shell