diff --git a/README.md b/README.md index 1d15bfb..e79d9c5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ toboolean | `` | If *var* is `false` or not defined, it's set to `false`, print | `[, [, […]]]` | adds variables to the log, seperated by \t (tab), \n (newline) is added at the end flush | no arguments | Output the log, what exactly happens should vary for every mod. -Note to Developers: Do not edit the instructions manually here in the Readme, do changes in util/standartbefehlssatz_doc.lua and execute it. + diff --git a/util/standartbefehlssatz_doc.lua b/util/standartbefehlssatz_doc.lua index 7d3b20c..23e973d 100644 --- a/util/standartbefehlssatz_doc.lua +++ b/util/standartbefehlssatz_doc.lua @@ -82,9 +82,9 @@ for i = 1,#instr do end o = o .. - "\nNote to Developers: Do not edit the instructions manually " .. + "\n\n" io.write(o) io.flush()