Skip to content

Commit 5c216d8

Browse files
Fix demo link and update section headers in README
Updated the demo link and fixed formatting in the README.
1 parent ea37ca8 commit 5c216d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Boolean Algebra Visualizer
22

3-
[![Live Demo](https://img.shields.io/badge/demo-online-green.svg)]([https://DeanKuruzovich.github.io/BooleanAlgebraVisualizer/](https://booleanalgbravisualizer.github.io/))
3+
[![Link to website](https://booleanalgbravisualizer.github.io/))
44

55
A tool to visualize, analyze, and simplify boolean expressions. This visualizer provides real time generation of logic circuits, CMOS layouts, truth tables, and Karnaugh maps.
66

@@ -22,7 +22,7 @@ The visualizer uses a robust recursive descent parser that supports a wide varie
2222
- **Truth Tables**: Precise evaluation of all variable combinations.
2323
- **Karnaugh Maps (K-Maps)**: Interactive maps supporting 2 to 8+ variables using standard Gray code ordering and nested grid layouts for higher dimensions.
2424

25-
### 📋 Clipboard & Export Tools
25+
### Clipboard & Export Tools
2626
- **Rich Text Copy**: Format tables directly for pasting into Google Docs or Microsoft Word with styles preserved.
2727
- **CSV Export**: Download truth tables and K-maps for spreadsheet analysis.
2828
- **LaTeX Export**: Generate LaTeX code for inclusion in academic papers or reports.

0 commit comments

Comments
 (0)