File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ yet in the issue tracker, start by opening an issue. Thanks!
3030 you need to update the docs twice:
3131 - Download and install the latest STABLE version of dart from [ the Dart website] ( https://www.dartlang.org/tools/sdk ) .
3232 (It's probably easiest to download a zip file and change your PATH to the extracted location's ` bin ` directory)
33- - Run ` pub run grinder update-test-package-docs ` to update the stable docs.
33+ - Run ` pub run grinder update-test-package-docs ` to update the stable docs (in ` testing/test_package_docs ` ) .
3434 - Download and install the latest DEV version of dart from [ the Dart website] ( https://www.dartlang.org/tools/sdk )
3535 (It's probably easiest to download a zip file and change your PATH to the extracted location's ` bin ` directory)
36- - Run ` pub run grinder update-test-package-docs ` to update the dev docs.
36+ - Run ` pub run grinder update-test-package-docs ` to update the dev docs (in ` testing/test_package_docs_dev ` ) .
37377 . Post your change via a pull request for review and integration!
3838
3939## Testing
You can’t perform that action at this time.
0 commit comments