Skip to content

Commit 65f48f9

Browse files
committed
[patch] 📝 Add comments
Signed-off-by: Rintaro Okamura <[email protected]>
1 parent d303fbf commit 65f48f9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ To enable them, run alvd server by passing a path to the Lua scripts.
186186

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

189-
There're various types of examples of interceptors are available in [examples/interceptors](examples/interceptors) directory.
189+
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).
190190
191191
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).
192192

examples/config/config.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
-- modules in gopher-lua-libs are available in Lua scripts.
2+
-- https://github.com/vadv/gopher-lua-libs
13
local json = require("json")
24
local time = require("time")
35

0 commit comments

Comments
 (0)