From 73fc35917efaebfc0da543917b86adb061845419 Mon Sep 17 00:00:00 2001 From: John Flockton Date: Wed, 15 Nov 2023 19:02:16 +0000 Subject: [PATCH] Remove unnecessary link from README.md (#5232) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index af99b665e7c..f13f0020f34 100644 --- a/README.md +++ b/README.md @@ -304,10 +304,6 @@ editor.registerUpdateListener(({editorState}) => { }); ``` -### Creating custom Lexical nodes - -- [Creating custom decorator nodes](https://github.com/facebook/lexical/blob/main/examples/decorators.md) - ## Contributing to Lexical 1. Clone this repository