diff --git a/README.md b/README.md index ae3b163..490f015 100644 --- a/README.md +++ b/README.md @@ -110,13 +110,13 @@ class ServiceB { Use the [watch] flag to watch the files' system for edits and rebuild as necessary. ```terminal -flutter packages pub run build_runner watch +dart run build_runner watch ``` if you want the generator to run one time and exits use ```terminal -flutter packages pub run build_runner build +dart run build_runner build ``` ### Inside of the generated file