Browse Source

misc/tools/kemi: lua - full file name for kemiluacheck tool

Daniel-Constantin Mierla 4 years ago
parent
commit
3f4e589973
1 changed files with 2 additions and 2 deletions
  1. 2 2
      misc/tools/kemi/lua/README.md

+ 2 - 2
misc/tools/kemi/lua/README.md

@@ -2,7 +2,7 @@
 
 
 Tools useful for using Kamailio with KEMI Lua scripts.
 Tools useful for using Kamailio with KEMI Lua scripts.
 
 
-## kemiksrlib ##
+## kemiksrlib.py ##
 
 
 Generates the file `KSR.lua` with skeleton functions in the `KSR` object. The
 Generates the file `KSR.lua` with skeleton functions in the `KSR` object. The
 function parameters are prefixed with `p_` and the functions return:
 function parameters are prefixed with `p_` and the functions return:
@@ -85,4 +85,4 @@ the check results in:
 luac -p kamailio-basic-kemi-lua.lua
 luac -p kamailio-basic-kemi-lua.lua
 
 
 luac: kamailio-basic-kemi-lua.lua:100: unfinished string near '"Route);'
 luac: kamailio-basic-kemi-lua.lua:100: unfinished string near '"Route);'
-```
+```