Skip to content

Commit 2fda77c

Browse files
authored
Update README.md
1 parent 57993eb commit 2fda77c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The cd54hct30 contain single 2-input Positive-OR gates. Each gate performs the B
88
of Y = NOT(A . B . C . D . E . F . G . H) in positive logic.
99

1010
## Truth Table
11-
| INPUTS | OUTPUT |
11+
| INPUTS | |
1212
| ----------------------------------------------------------------------------- |---------|
13-
| INPUT A | INPUT B | INPUT C | INPUT D | INPUT E | INPUT F | INPUT G | INPUT H |---------|
13+
| INPUT A | INPUT B | INPUT C | INPUT D | INPUT E | INPUT F | INPUT G | INPUT H | OUTPUT |
1414
|---------|---------|---------|---------|---------|---------|---------|---------|---------|
1515
| L | X | X | X | X | X | X | X | H |
1616
| X | L | X | X | X | X | X | X | H |

0 commit comments

Comments
 (0)