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:
authorSoumith Chintala <soumith@gmail.com>2015-10-26 05:25:46 +0300
committerSoumith Chintala <soumith@gmail.com>2015-10-26 05:25:46 +0300
commit3e953a24ee4577e0ef5a67743699d45295245e7d (patch)
tree3b7c91145546b2c07d264e8f064f1ea49c7be756
parent942aa7467e0446c9a1daad20e005750f2bce99dc (diff)
parent24066d434e01df61f196adf1e1525cb5a4690895 (diff)
Merge pull request #17 from eulerreich/patch-1
typos
-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.