summaryrefslogtreecommitdiffhomepage
path: root/generator.html
diff options
context:
space:
mode:
Diffstat (limited to 'generator.html')
-rw-r--r--generator.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/generator.html b/generator.html
index 4b6a40a..3694a23 100644
--- a/generator.html
+++ b/generator.html
@@ -20,10 +20,12 @@
<div class="content">
<p class="heading">KV-Diagramm Generator</p>
- <p>UND == &&</p>
- <p>ODER == ||</p>
+ <p>UND == &</p>
+ <p>ODER == #</p>
<p>NICHT == !</p>
- <p>Es dürfen <u>NUR</u> die Variablen a, b, c und d verwendet werden.</p>
+ <p>
+ Es dürfen <u>NUR</u> die Variablen a, b, c und d und die Abel Schreibweise verwendet werden.
+ </p>
<label for="input">Boolescher Funktionsterm:</label>
<input id="input" type="text">
<button id="minify">Generieren!</button>