Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 72607e6

Browse files
committed
Updating README
1 parent bdb4395 commit 72607e6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
README for Lua 5.1
1+
README for Lua 5.1 [![Build Status](https://secure.travis-ci.org/LuaDist/lua.png?branch=lua-5.1)](http://travis-ci.org/LuaDist/lua)
2+
==================
23

34
See INSTALL for installation instructions.
45
See HISTORY for a summary of changes since the last released version.
56

6-
* What is Lua?
7-
------------
7+
What is Lua?
8+
------------
89
Lua is a powerful, light-weight programming language designed for extending
910
applications. Lua is also frequently used as a general-purpose, stand-alone
1011
language. Lua is free software.
@@ -15,23 +16,22 @@ See HISTORY for a summary of changes since the last released version.
1516
Lua has been used in many different projects around the world.
1617
For a short list, see http://www.lua.org/uses.html .
1718

18-
* Availability
19-
------------
19+
Availability
20+
------------
2021
Lua is freely available for both academic and commercial purposes.
2122
See COPYRIGHT and http://www.lua.org/license.html for details.
2223
Lua can be downloaded at http://www.lua.org/download.html .
2324

24-
* Installation
25-
------------
25+
Installation
26+
------------
2627
Lua is implemented in pure ANSI C, and compiles unmodified in all known
2728
platforms that have an ANSI C compiler. In most Unix-like platforms, simply
2829
do "make" with a suitable target. See INSTALL for detailed instructions.
2930

30-
* Origin
31-
------
31+
Origin
32+
------
3233
Lua is developed at Lua.org, a laboratory of the Department of Computer
3334
Science of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro
3435
in Brazil).
3536
For more information about the authors, see http://www.lua.org/authors.html .
3637

37-
(end of README)

0 commit comments

Comments
 (0)