diff --git a/kiwi_generator/README.md b/kiwi_generator/README.md index 1599bf2..cc268e1 100644 --- a/kiwi_generator/README.md +++ b/kiwi_generator/README.md @@ -81,12 +81,12 @@ For Flutter the command is different though: flutter packages pub run build_runner build ``` -On first attempt to run this command you might encounter a conflict error. If so, please add the --delete-conflicting-outputs argument to your command: +**Note:** On first attempt to run this command you might encounter a conflict error. If so, please add the --delete-conflicting-outputs argument to your command: ```bash flutter packages pub run build_runner build --delete-conflicting-outputs ``` -This additional argument allows the command to overwrite the `.g.dart` file if necessary. +(This additional argument allows the command to overwrite the `.g.dart` file if necessary.) You can also use the `watch` command instead of `build`. This will generate your file when it's saved.