From 057fab3febfe8427e28f50a41aeaf402b1e40db9 Mon Sep 17 00:00:00 2001 From: X Code Date: Thu, 21 Jul 2022 14:02:45 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9925032..d6582df3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ FlutterQuill is a rich text editor and a [Quill] component for [Flutter]. -This library is a WYSIWYG editor built for the modern mobile platform, with web compatibility under development. Check out our [Youtube Playlist] to take a detailed walkthrough of the code base. You can join our [Slack Group] for discussion. +This library is a WYSIWYG editor built for the modern mobile platform, with web compatibility under development. Check out our [Youtube Playlist] or [Code Introduction] to take a detailed walkthrough of the code base. You can join our [Slack Group] for discussion. Demo App: https://bulletjournal.us/home/index.html @@ -346,3 +346,4 @@ The translation file is located at [lib/src/translations/toolbar.i18n.dart](lib/ [Youtube Playlist]: https://youtube.com/playlist?list=PLbhaS_83B97vONkOAWGJrSXWX58et9zZ2 [Slack Group]: https://join.slack.com/t/bulletjournal1024/shared_invite/zt-fys7t9hi-ITVU5PGDen1rNRyCjdcQ2g [Sample Page]: https://github.com/singerdmx/flutter-quill/blob/master/example/lib/pages/home_page.dart +[Code Introduction]: https://github.com/singerdmx/flutter-quill/blob/master/CodeIntroduction.md