aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index e2a806a..841ec49 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
1[![Licence](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENCE.txt) 1[![Licence](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENCE)
2[![Build Status](https://travis-ci.org/keplerproject/luafilesystem.svg?branch=master)](https://travis-ci.org/keplerproject/luafilesystem) 2[![Build Status](https://travis-ci.org/keplerproject/luafilesystem.svg?branch=master)](https://travis-ci.org/keplerproject/luafilesystem)
3[![Build status](https://ci.appveyor.com/api/projects/status/y04s4ms7u16trw8e?svg=true)](https://ci.appveyor.com/project/ignacio/luafilesystem) 3[![Build status](https://ci.appveyor.com/api/projects/status/y04s4ms7u16trw8e?svg=true)](https://ci.appveyor.com/project/ignacio/luafilesystem)
4[![Coverage Status](https://coveralls.io/repos/keplerproject/luafilesystem/badge.png)](https://coveralls.io/r/keplerproject/luafilesystem) 4[![Coverage Status](https://coveralls.io/repos/keplerproject/luafilesystem/badge.png)](https://coveralls.io/r/keplerproject/luafilesystem)
5 5
6# LuaFileSystem - File System Library for Lua 6# LuaFileSystem - File System Library for Lua
7
7Copyright 2003-2016 Kepler Project 8Copyright 2003-2016 Kepler Project
8 9
9http://keplerproject.github.io/luafilesystem 10https://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
14related to file systems offered by the standard Lua distribution. 15related to file systems offered by the standard Lua distribution.
15 16
16LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. 17LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.
17LuaFileSystem is free software and uses the same license as Lua 5.1 18LuaFileSystem is free software and uses the same license as Lua 5.x (MIT).
18 19
19# LuaRocks Installation 20# LuaRocks Installation
20 21