Module: kamailio Branch: master Commit: 96642c19fa0fb135d9c0bb30d35834b7938c668d URL: https://github.com/kamailio/kamailio/commit/96642c19fa0fb135d9c0bb30d35834b7...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: GitHub noreply@github.com Date: 2020-11-23T21:17:59+01:00
misc/tools/kemi: lua - fixed typos in readme
---
Modified: misc/tools/kemi/lua/README.md
---
Diff: https://github.com/kamailio/kamailio/commit/96642c19fa0fb135d9c0bb30d35834b7... Patch: https://github.com/kamailio/kamailio/commit/96642c19fa0fb135d9c0bb30d35834b7...
---
diff --git a/misc/tools/kemi/lua/README.md b/misc/tools/kemi/lua/README.md index 41fa5e8694..8847c810f7 100644 --- a/misc/tools/kemi/lua/README.md +++ b/misc/tools/kemi/lua/README.md @@ -71,9 +71,9 @@ Other external tools useful to check the Lua scripts. ### luac ###
The `luac` (the Lua compiler) can be used with parameter `-p` to check for -syntax errors (e.g., missing closing quote or parenthesis).:w +syntax errors (e.g., missing closing quote or parenthesis).
-Example - when there is a missing closing quite, like: +Example - when there is a missing closing quote, like:
``` KSR.hdr.remove("Route);