diff --git a/9_3_Using_CSV_in_Scripts.md b/9_3_Using_CSV_in_Scripts.md
index 623eb90..814ddf1 100644
--- a/9_3_Using_CSV_in_Scripts.md
+++ b/9_3_Using_CSV_in_Scripts.md
@@ -60,8 +60,8 @@ Except pretty much no one does this. The new [BIP 68](https://github.com/bitcoin
| | Absolute Timelock | Relative Timelock |
|:----------------:|-------------------|-------------------|
-| **Lock Transaction** | nTimeLock | nSequence |
-| **Lock Output** | OP_CHECKLOCKTIMEVERIFY| OP_CHECKSEQUENCEVERIFY |
+| Lock Transaction | nTimeLock | nSequence |
+| Lock Output | OP_CHECKLOCKTIMEVERIFY| OP_CHECKSEQUENCEVERIFY |
## Understand the CSV Opcode