Update README.md

This commit is contained in:
Enrique García 2013-01-02 01:59:15 +01:00
parent ce3269766e
commit e2fe8827e4

View File

@ -1,6 +1,8 @@
inspect.lua inspect.lua
=========== ===========
[![Build Status](https://travis-ci.org/kikito/inspect.lua.png?branch=master)](https://travis-ci.org/kikito/inspect.lua)
This function transform any Lua table into a human-readable representation of that table. This function transform any Lua table into a human-readable representation of that table.
The objective here is human understanding (i.e. for debugging), not serialization or compactness. The objective here is human understanding (i.e. for debugging), not serialization or compactness.