diff --git a/README.md b/README.md
index 39c3b63..b89e88c 100644
--- a/README.md
+++ b/README.md
@@ -118,6 +118,10 @@ try {
return ``;
case 'mention':
return `@${messagePart.displayName}`;
+ case 'link':
+ return `${messagePart.content[0]}`;
+ default:
+ return '';
}
})
.join(''),