Skip to content

Commit

Permalink
docs: use dart pub instead of pub in README.md (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored May 12, 2022
1 parent 4c88d05 commit d6beb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/melos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The following projects are using Melos:
Install the latest Melos version as a global package via [Pub](https://pub.dev/).

```bash
pub global activate melos
dart pub global activate melos

# Or alternatively to specify a specific version:
# pub global activate melos 0.4.1
Expand Down

0 comments on commit d6beb1c

Please sign in to comment.