Skip to content

Commit 43b9640

Browse files
authored
Merge pull request #69 from fredeil/repo-assist/improve-readme-dart-pub-get-34a4ba85b3d1d3d3
[Repo Assist] docs: update `pub get` to `dart pub get` in README
2 parents f2dfda5 + be7be42 commit 43b9640

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ dependencies:
3939
You can install packages from the command line:
4040
4141
```bash
42-
$ pub get
43-
..
42+
$ dart pub get
4443
```
4544

4645
Alternatively, your editor might support pub. Check the docs for your editor to learn more.

0 commit comments

Comments
 (0)