Merge pull request #16 from wscherphof/v0.1

Rock published
This commit is contained in:
Wouter Scherphof 2013-03-28 15:37:55 -07:00
commit 82a3f8a873

View File

@ -8,6 +8,12 @@ Parse HTML text into a tree of elements with selectors
##License
MIT; see `./doc/LICENSE`
##Install
Htmlparser is a listed [LuaRock](http://luarocks.org/repositories/rocks/). Install using [LuaRocks](http://www.luarocks.org/): `luarocks install htmlparser`
###Dependencies
Htmlparser depends on [Lua 5.2](http://www.lua.org/download.html), and on the ["set"][1] LuaRock, which is installed along automatically
##Usage
Start off with
```lua