diff --git a/README.md b/README.md index 20cf7d94..d8a08add 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Boolean logic is a branch of mathematics focused on truth values, specifically t | :------: | :--: | :-------------------------------------: | | ! | NOT | Negates (inverts) the value of the operand. | | && | AND | Returns true if both operands are true. | -| || | OR | Returns true if at least one operand is true. | +| \|\| | OR | Returns true if at least one operand is true. | ### Nice to know Boolean Operators | Operator | Name | Description |