| commit | 9487a4595f84891b1a01eb6fe998a7b1277dd2d4 | [log] [tgz] |
|---|---|---|
| author | Jacob Bang <julemand101@archlinux.dk> | Tue Sep 05 19:59:52 2023 +0200 |
| committer | GitHub <noreply@github.com> | Tue Sep 05 10:59:52 2023 -0700 |
| tree | f6792b23e83ae701238b9c953182307299a4db23 | |
| parent | 07367779baed1e9562fb9401ffe290b68eee9bda [diff] |
Update README.md to use `dart pub` instead of `pub` (#2195)
diff --git a/webdev/README.md b/webdev/README.md index ee54737..6040c62 100644 --- a/webdev/README.md +++ b/webdev/README.md
@@ -21,7 +21,7 @@ ["activated"][activating]. ```console -$ pub global activate webdev +$ dart pub global activate webdev ``` Learn more about activating and using packages [here][pub global].