diff --git a/src/tools/build_runner.md b/src/tools/build_runner.md index 7d90a3dada..d24e9f4ef9 100644 --- a/src/tools/build_runner.md +++ b/src/tools/build_runner.md @@ -52,14 +52,11 @@ $ dart pub get ## Using built-in commands -How you use the build_runner commands depends on whether you're using -the Dart SDK or the Flutter SDK. -Here are examples of using the build_runner **build** command: +The following is an example of using the build_runner **build** command: ```terminal $ # From a directory that contains a pubspec.yaml file: -$ dart run build_runner build # Dart SDK -$ flutter pub run build_runner build # Flutter SDK +$ dart run build_runner build ``` The build_runner package includes the following commands: