From c67c96645751038721c2a4b76fcf31f8f54457c5 Mon Sep 17 00:00:00 2001
From: singerdmx <singerdmx@gmail.com>
Date: Mon, 15 Feb 2021 23:04:20 -0800
Subject: [PATCH] Update README

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e0c87ee0..754b9a43 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,9 @@ 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.
+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`.
 Branch `master` on channel `master` supports web. To run the app on web do the following:
 1) Change flutter channel to master using `flutter channel master`, followed by `flutter upgrade`.
@@ -30,7 +33,7 @@ For web development, [ReactQuill] is recommended to use for compatibility.
   
 One client and affiliated collaborator of **[FlutterQuill]** is Bullet Journal App: https://bulletjournal.us/home/index.html 
   
-[Quill]: https://quilljs.com  
+[Quill]: https://quilljs.com/docs/formats
 [Flutter]: https://github.com/flutter/flutter  
 [FlutterQuill]: https://pub.dev/packages/flutter_quill  
 [ReactQuill]: https://github.com/zenoamaro/react-quill