README.md gefixt
This commit is contained in:
parent
2c73327400
commit
be09319fed
2 changed files with 3 additions and 2 deletions
|
|
@ -67,7 +67,8 @@ Alle 198 Tests müssen bestehen.
|
|||
## Dateien
|
||||
|
||||
```
|
||||
sorting_visualization.html # Hauptprogramm (Single-File)
|
||||
sorting_visualization.html # Hauptprogramm (Single-File)
|
||||
BEDIENUNGSANLEITUNG.md # Bedienungsanlietung
|
||||
test_algorithms.js # Node.js Test-Suite
|
||||
.gitignore # Git-Konfiguration
|
||||
README.md # Dieses Dokument
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@
|
|||
<div class="flex-1"></div>
|
||||
<div class="text-center">
|
||||
<h1 class="title-text font-bold tracking-tight" style="color: var(--c-text); text-shadow: 0 0 40px rgba(74,124,255,0.3);">
|
||||
Sortier-Algorithmen <span style="font-size: 0.45em; font-weight: 400; opacity: 0.5; vertical-align: middle;">v0.2.19</span>
|
||||
Sortier-Algorithmen <span style="font-size: 0.45em; font-weight: 400; opacity: 0.5; vertical-align: middle;">v0.2.20</span>
|
||||
</h1>
|
||||
<p class="text-muted text-sm mt-0.5">Interaktive Visualisierung mit schrittweiser Animation</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue