From 556dd2085a2c60ab5f7b8f1b24a22bf60b2c805b Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Tue, 16 Feb 2021 19:02:32 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 754b9a43..3b94eaaf 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This library is a WYSIWYG editor built for the modern mobile platform only and w https://pub.dev/packages/flutter_quill -This library use [Quill] as an internal data format. +This library uses [Quill] as an internal data format. Use `_controller.document.toDelta()` to extract it or use `_controller.document.toPlainText()` for plain text. Default branch `master` is on channel `master`. To use channel `stable`, switch to branch `stable`.