Skip to content

Commit bf96aae

Browse files
authored
Update README.md
1 parent 4bc0875 commit bf96aae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,14 @@ Creating a Flutter app on the Instabug dashboard isn't possible yet. Create a Re
6161
1. Add Instabug to your `pubspec.yaml` file.
6262

6363
```yaml
64-
instabug_flutter: ^0.0.1-alpha.1
64+
dependencies:
65+
instabug_flutter:
6566
```
6667
67-
2. Get the newly added dependency.
68+
2. Install the package by running the following command.
6869
6970
```bash
70-
pub get
71+
flutter packages get
7172
```
7273

7374
### Using Instabug

0 commit comments

Comments
 (0)