@@ -135,7 +135,7 @@ By default, you are asked to overwrite or write to a separate file (`_ide_helper
 You can write the comments directly to your Model file, using the `--write (-W)` option, or
 force to not write with `--nowrite (-N)`.
 
-Alternatively using the `--write-mixin (-M)` option will only add a mixin tag to your Model file,
+Alternatively using the `--write_mixins (-M)` option will only add a mixin tag to your Model file,
 writing the rest in (`_ide_helper_models.php`).
 The class name will be different from the model, avoiding the IDE duplicate annoyance.
 
@@ -170,7 +170,7 @@ php artisan ide-helper:models "App\Models\Post"
  */
 ```
 
-With the `--write-mixin (-M)` option
+With the `--write_mixins (-M)` option
 ```php
 /**
  * …