From 2a77deda7fdb337d1efa1b7da29b139158185174 Mon Sep 17 00:00:00 2001 From: David Peters <46222898+peterscodee@users.noreply.github.com> Date: Wed, 23 Sep 2020 10:30:13 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1de9dfc..81d218c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Miniplayer( onDismiss: () { //If onDismiss is set, //the miniplayer can be dismissed - //Handle onDismissed here e.g. + //Handle onDismissed here }, ), @@ -85,6 +85,6 @@ class MyApp extends StatelessWidget { } ``` -#### Usage with BottomNavigationBar +### Usage with BottomNavigationBar [See example](https://pub.dev/packages/miniplayer/example)