From cfbe25475401c238f8d018ed4ae467996b6afa16 Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Fri, 26 Mar 2021 12:15:49 -0700 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac307c4e..18172233 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,11 @@ The `QuillToolbar` class lets you customise which formatting options are availab ## Web -For web development, use `flutter config --enable-web` for flutter and use [ReactQuill] for React. +For web development, use `flutter config --enable-web` for flutter and use [ReactQuill] for React. + +## Migrate Zefyr Data + +Check out [code](https://github.com/jwehrle/zefyr_quill_convert) and [doc](https://docs.google.com/document/d/1FUSrpbarHnilb7uDN5J5DDahaI0v1RMXBjj4fFSpSuY/edit?usp=sharing). ---