Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo committed Dec 2, 2013
1 parent 46aaef4 commit 3553d81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Lullaby HTML templates

Lullaby is a stream-based, Turing-complete template library for HTML. It helps you write complex HTML documents and lets you use familiar Lua constructs instead of forcing you to learn a whole new templating language. Its a bit similar to Ruby's [Markaby](https://github.com/markaby/markaby), Perl's [Template::Declare](http://search.cpan.org/~alexmv/Template-Declare-0.46/lib/Template/Declare.pm) and Haskell's [Blaze](http://jaspervdj.be/blaze/).

Lullaby is written in pure Lua and is compatible with versions 5.1 and 5.2
Lullaby is written in pure Lua and should be compatible with versions 5.1 and 5.2

##Contents
* [Instalation](#instalation)
Expand All @@ -13,11 +13,10 @@ Lullaby is written in pure Lua and is compatible with versions 5.1 and 5.2
* [Attribute Types](#attribute-types)
* [Document](#document)
* [Pros and cons](#pros-and-cons-of-lullaby)
* [License](#license)

##Instalation

$TODO luarocks
$$TODO$$s

##Quick Start

Expand Down

0 comments on commit 3553d81

Please sign in to comment.