diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2017-09-14 12:05:49 +0300 |
---|---|---|
committer | Peter Melnichenko <mpeterval@gmail.com> | 2017-09-14 12:05:49 +0300 |
commit | 55ed1b14ab32b925a9f489d65d4f61286a61caeb (patch) | |
tree | b705f40ef8c3a1e6eab97c2c385172c724530668 | |
parent | a84d81bc52590f930e54f108099df5d155bdc8bf (diff) | |
download | luafilesystem-55ed1b14ab32b925a9f489d65d4f61286a61caeb.tar.gz luafilesystem-55ed1b14ab32b925a9f489d65d4f61286a61caeb.tar.bz2 luafilesystem-55ed1b14ab32b925a9f489d65d4f61286a61caeb.zip |
README corrections [ci skip]
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,12 +1,13 @@ | |||
1 | [](LICENCE.txt) | 1 | [](LICENCE) |
2 | [](https://travis-ci.org/keplerproject/luafilesystem) | 2 | [](https://travis-ci.org/keplerproject/luafilesystem) |
3 | [](https://ci.appveyor.com/project/ignacio/luafilesystem) | 3 | [](https://ci.appveyor.com/project/ignacio/luafilesystem) |
4 | [](https://coveralls.io/r/keplerproject/luafilesystem) | 4 | [](https://coveralls.io/r/keplerproject/luafilesystem) |
5 | 5 | ||
6 | # LuaFileSystem - File System Library for Lua | 6 | # LuaFileSystem - File System Library for Lua |
7 | |||
7 | Copyright 2003-2016 Kepler Project | 8 | Copyright 2003-2016 Kepler Project |
8 | 9 | ||
9 | http://keplerproject.github.io/luafilesystem | 10 | https://keplerproject.github.io/luafilesystem |
10 | 11 | ||
11 | # Description | 12 | # Description |
12 | 13 | ||
@@ -14,7 +15,7 @@ LuaFileSystem is a Lua library developed to complement the set of functions | |||
14 | related to file systems offered by the standard Lua distribution. | 15 | related to file systems offered by the standard Lua distribution. |
15 | 16 | ||
16 | LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. | 17 | LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. |
17 | LuaFileSystem is free software and uses the same license as Lua 5.1 | 18 | LuaFileSystem is free software and uses the same license as Lua 5.x (MIT). |
18 | 19 | ||
19 | # LuaRocks Installation | 20 | # LuaRocks Installation |
20 | 21 | ||