Skip to content

Commit 66f1d52

Browse files
committed
Updated bits readme
1 parent 50211a7 commit 66f1d52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/rampatra/bits/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Basic Operators
44

5-
**AND:**
5+
#### AND:
66

77
| x | y | x `&` y |
88
----|---|:-------:|
@@ -11,7 +11,7 @@
1111
| 1 | 0 | 0 |
1212
| 1 | 1 | 1 |
1313

14-
**OR:**
14+
#### OR:
1515

1616
| x | y | x `|` y |
1717
|---|---|:-------:|
@@ -20,7 +20,7 @@
2020
| 1 | 0 | 1 |
2121
| 1 | 1 | 1 |
2222

23-
**XOR:**
23+
#### XOR:
2424

2525
| x | y | x `^` y |
2626
|---|---|:-------:|

0 commit comments

Comments
 (0)