1
0
mirror of https://github.com/HybridDog/pdisc.git synced 2025-07-03 08:40:39 +02:00

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

@ -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()