Skip to content

Commit

Permalink
[patch] 📝 Add comments
Browse files Browse the repository at this point in the history
Signed-off-by: Rintaro Okamura <[email protected]>
  • Loading branch information
rinx committed Jun 4, 2021
1 parent d303fbf commit 65f48f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ To enable them, run alvd server by passing a path to the Lua scripts.

$ ./alvd server --config=examples/interceptors/sort.lua

There're various types of examples of interceptors are available in [examples/interceptors](examples/interceptors) directory.
There're various types of examples of interceptors are available in [examples/interceptors](examples/interceptors) directory and [examples/config/config.lua](examples/config/config.lua).
This feature is powered by [yuin/gopher-lua](https://github.com/yuin/gopher-lua) and [vadv/gopher-lua-libs](https://github.com/vadv/gopher-lua-libs).
Expand Down
2 changes: 2 additions & 0 deletions examples/config/config.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- modules in gopher-lua-libs are available in Lua scripts.
-- https://github.com/vadv/gopher-lua-libs
local json = require("json")
local time = require("time")

Expand Down

0 comments on commit 65f48f9

Please sign in to comment.