diff --git a/Feature-Matrix.md b/Feature-Matrix.md
index 643ddaf..da067da 100644
--- a/Feature-Matrix.md
+++ b/Feature-Matrix.md
@@ -8,6 +8,7 @@
| joinGroup | ✅ | ❌ | ✅
| link | ✅ | ❌ | ✅
| listContacts | ✅ | ❌ | ✅15
+| > getContactName | ✅ | ✅ | ✅
| > isContactBlocked | ❌ | ❌ | ✅
| > listNumbers | ❌ | ❌ | ✅
| listDevices | ✅ | ❌ | ❔
@@ -78,7 +79,6 @@
| feature | plaintext CLI | json CLI8 | dbus |
|---------|:-------------:|:--------:|------|
| getAttachments | ✅ | ✅ | ✅
-| getContactName | ✅ | ✅ | ✅
| getContactNumber | ✅ | ✅ | ✅
| getDestination | ✅ | ✅ | ✅
| getGroupId | ✅ | ✅ | ✅
@@ -156,4 +156,4 @@
12. Provided via the `--captcha` option
13. Provided via the `isRegistered` command
14. Provided via the `--pin` option
-15. Provided indirectly by the `listNumbers` command, which returns an array of contact numbers, followed by a series of calls to the `isContactBlocked` command
\ No newline at end of file
+15. Provided indirectly by the `listNumbers` command, which returns an array of contact numbers, followed by a series of calls to getContactName` and `isContactBlocked`
\ No newline at end of file