Skip to content

Commit

Permalink
Merge pull request #32 from ourystd/patch-1
Browse files Browse the repository at this point in the history
[DOC] Show how to properly import the lib
  • Loading branch information
MarsadMaqsood authored Aug 7, 2024
2 parents fb65f12 + 8351215 commit 13e3e33
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 13e3e33

Please sign in to comment.