@@ -180,7 +180,7 @@ The available versions of Chrome for Testing available can be found [here](https
180180- Edit ` dev/package_lock.yaml ` and update the following values under ` chrome ` :
181181 - Set ` version ` to the full four part version number of the build of Chrome
182182 for Testing you want to roll (for example, ` 118.0.5993.70 ` )
183- - Run ` dart dev/browser_roller .dart ` and make sure it completes successfully.
183+ - Run ` dart dev/package_roller .dart ` and make sure it completes successfully.
184184 The script uploads the specified versions of Chromium (and Chromedriver) to the
185185 right locations in CIPD: [ Chrome] ( https://chrome-infra-packages.appspot.com/p/flutter_internal/browsers/chrome ) ,
186186 [ Chromedriver] ( https://chrome-infra-packages.appspot.com/p/flutter_internal/browser-drivers/chrome ) .
@@ -194,7 +194,7 @@ If you have questions, contact the Flutter Web team on Flutter Discord on the
194194
195195We test with Firefox on LUCI in the Linux Web Engine builder. The process for
196196rolling Firefox is even easier than Chromium. Simply update ` package_lock.yaml `
197- with the latest version of Firefox, and run ` browser_roller .dart` .
197+ with the latest version of Firefox, and run ` package_roller .dart` .
198198
199199#### .ci.yaml
200200
@@ -210,7 +210,7 @@ After rolling Chrome and/or Firefox, also update the CI dependencies in
210210 ]
211211` ` `
212212
213- ##### **browser_roller .dart**
213+ ##### **package_roller .dart**
214214
215215The script has the following command-line options:
216216
@@ -220,7 +220,7 @@ The script has the following command-line options:
220220> Try the following!
221221>
222222> ```bash
223- > dart ./ dev/browser_roller .dart --dry-run --verbose
223+ > dart dev/package_roller .dart --dry-run --verbose
224224> ```
225225
226226# ### **Other browsers / manual upload**
0 commit comments