From 01525641b45a8ad1a20e5278bd9c80739ce5baab Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Sat, 4 May 2013 21:43:54 +0200 Subject: [PATCH] updated readme formatting --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 0783f72..038956d 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ -LuaDate v2.1 +#LuaDate v2.1 Lua Date and Time module for Lua 5.x. -Features: - * Date and Time string parsing. - * Time addition and subtraction. - * Time span calculation. - * Support ISO 8601 Dates. - * Local time support. - * Lua module (not binary). - * Formats Date and Time like strftime. +##Features: + +* Date and Time string parsing. +* Time addition and subtraction. +* Time span calculation. +* Support ISO 8601 Dates. +* Local time support. +* Lua module (not binary). +* Formats Date and Time like strftime. -Changes: - v2.1 Lua 5.2 support. Global 'date' will no longer be set. - v2.0 original by Jas Latrix \ No newline at end of file +##Changes: + +- v2.1 Lua 5.2 support. Global 'date' will no longer be set. +- v2.0 original by Jas Latrix \ No newline at end of file