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

github.com/torch/luajit-rocks.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.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d9da318..04e3d9e 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@ CMake-based LuaJIT + Luarocks
We want to provide an easy to way to users for installing _recent_ versions
of LuaJIT (or Lua) and luarocks, with almost no efforts.
-The provided LuaJIT (or Lua) and luarocks point on their respective git
+The provided LuaJIT (or Lua) and luarocks point to their respective git
repository. We did not make any changes, except the compilation and
-installation process.
+installation processes.
In addition,
- - Luarocks (or Lua) will be installed at the same location than LuaJIT and will know
+ - Luarocks (or Lua) will be installed at the same location as LuaJIT and will know
about LuaJIT shared library location (mandatory for Windows installs). It will
also not be confused if you have several LuaJIT+luarocks at different locations.