README: fix developer note

This commit is contained in:
Hybrid Dog 2017-08-24 18:12:02 +02:00
parent 589575ef2d
commit 44a870b098
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ toboolean | `<v var>` | If *var* is `false` or not defined, it's set to `false`,
print | `<e a>[, <e b>[, <e c>[…]]]` | 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.
<!-- Note to Developers: Do not edit the instructions manually here in the Readme, do changes in util/standartbefehlssatz_doc.lua and execute it. -->

View File

@ -82,9 +82,9 @@ for i = 1,#instr do
end
o = o ..
"\nNote to Developers: Do not edit the instructions manually " ..
"\n<!-- Note to Developers: Do not edit the instructions manually " ..
"here in the Readme, do changes in util/standartbefehlssatz_doc.lua and " ..
"execute it.\n"
"execute it. -->\n"
io.write(o)
io.flush()