From ca5c413d3ccc5ef9122ea12d1013d2648d63ea72 Mon Sep 17 00:00:00 2001 From: George Date: Sat, 19 Oct 2019 22:53:29 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2105183..07040c8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ const plugins = [ColaborativeClient(options)] cursorAnnotationType?: string // type string for cursor annotations annotationDataMixin?: Data // any data passed to cursor annotation renderPreloader?: () => ReactNode // optional preloader render - renderCursor?: (data: Data) => ReactNode | any // option custom cursor render + renderCursor?: (data: Data) => ReactNode | any // custom cursor render onConnect?: (connection: Connection) => void // connect callback onDisconnect?: (connection: Connection) => void // disconnect callback }