Skip to content

Commit

Permalink
[DOC] Show how to properly import the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ourystd authored Jul 18, 2024
1 parent 6848489 commit 8351215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A collection of stylish bottom navigation bars like animated bottom bar and bubb
## ⚡ Import

```dart
import 'package:stylish_bottom_bar/stylish_nav.dart';
import 'package:stylish_bottom_bar/stylish_bottom_bar.dart';
```

## 📙 How To Use <a name="how_to_use"></a>
Expand Down Expand Up @@ -297,4 +297,4 @@ StylishBottomBar(
```


Contributions and pull requests are welcome! We value your input and appreciate any improvements or suggestions you can provide. Feel free to submit a pull request with your changes. Don't forget to star the repository if you find it useful. Thank you for your collaboration!
Contributions and pull requests are welcome! We value your input and appreciate any improvements or suggestions you can provide. Feel free to submit a pull request with your changes. Don't forget to star the repository if you find it useful. Thank you for your collaboration!

0 comments on commit 8351215

Please sign in to comment.