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)