diff --git a/README.md b/README.md
index 2d6ac5a177..7b5da512aa 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Also, we have a several thousand people community on [slack](https://slack.comma
-  |
+  |
 |
 |
 |
@@ -62,7 +62,7 @@ Supported Cars
| ---------------------| ------------------------| ---------------------| --------| ---------------| -----------------| ---------------|-------------------|
| Acura | ILX 2016-17 | AcuraWatch Plus | Yes | Yes | 25mph1| 25mph | Nidec |
| Acura | RDX 2018 | AcuraWatch Plus | Yes | Yes | 25mph1| 12mph | Nidec |
-| Cadillac3 | ATS 2018 | Adaptive Cruise | yes | yes | 0mph | 7mph | Custom7|
+| Cadillac3 | ATS 2018 | Adaptive Cruise | Yes | Yes | 0mph | 7mph | Custom7|
| Chevrolet3| Malibu 2017 | Adaptive Cruise | Yes | Yes | 0mph | 7mph | Custom7|
| Chevrolet3| Volt 2017-18 | Adaptive Cruise | Yes | Yes | 0mph | 7mph | Custom7|
| GMC3| Acadia Denali 2018 | Adaptive Cruise | Yes | Yes | 0mph | 7mph | Custom7|
diff --git a/selfdrive/car/gm/values.py b/selfdrive/car/gm/values.py
index 1c7a36c23a..17260fe27b 100644
--- a/selfdrive/car/gm/values.py
+++ b/selfdrive/car/gm/values.py
@@ -99,7 +99,7 @@ STOCK_CONTROL_MSGS = {
CAR.MALIBU: [384, 715], # 384 = "ASCMLKASteeringCmd", 715 = "ASCMGasRegenCmd"
CAR.ACADIA: [384, 715], # 384 = "ASCMLKASteeringCmd", 715 = "ASCMGasRegenCmd"
CAR.CADILLAC_ATS: [384, 715], # 384 = "ASCMLKASteeringCmd", 715 = "ASCMGasRegenCmd"
- CAR.CADILLAC_CT6: [], # Cadillac does not require ASCMs to be disconnected
+ CAR.CADILLAC_CT6: [], # CT6 does not require ASCMs to be disconnected
}
DBC = {