diff --git a/README.md b/README.md index f912fcb..38fd0e2 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Widget build(BuildContext context) { startPane: _widgetA(), endPane: _widgetB(), paneProportion: 0.3, - panePriority: MediaQuery.of(context).size.width > 500 ? TwoPanePriority.both :TwoPanePriority.pane1, + panePriority: MediaQuery.of(context).size.width > 500 ? TwoPanePriority.both : TwoPanePriority.first, ); } ``` @@ -128,4 +128,4 @@ Any use of third-party trademarks or logos are subject to those third-party's po - \ No newline at end of file +