add pp repo link

This commit is contained in:
uleelx 2015-05-02 22:05:53 +08:00
parent 8850f57ae3
commit 7b8121b9c8
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ for i = 1, 10 do
logger:fatal("This is a fatal message.")
end
local pp = require("pp")
local pp = require("pp") -- https://github.com/luapower/pp
pp(logger:find("error"))
```

View File

@ -115,7 +115,7 @@ for i = 1, 10 do
logger:fatal("This is a fatal message.")
end
local pp = require("pp")
local pp = require("pp") -- https://github.com/luapower/pp
pp(logger:find("error"))
```