diff --git a/README.md b/README.md index 73c5079e..848f40c7 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,9 @@ The `QuillToolbar` class lets you customise which formatting options are availab 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 + +

1) Change flutter channel to master using `flutter channel master`, followed by `flutter upgrade`. 2) Enable web using `flutter config --enable-web` and restart the IDE. 3) Upon successful execution of step 1 and 2 you should see `Chrome` as one of the devices which you run `flutter devices`.