Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit f128ed6

Browse files
fixed incorrect double quote location
1 parent e3d8723 commit f128ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ php artisan elastic:update-index "App\MyIndexConfigurator"
461461
When you are ready, make changes in the model mapping and run the `elastic:migrate` command using the model class as the first argument and desired index name as the second argument:
462462

463463
```
464-
php artisan elastic:migrate "App\MyModel my_index_v2"
464+
php artisan elastic:migrate "App\MyModel" my_index_v2
465465
```
466466

467467
Note, that if you need just to add new fields in your mapping, use the `elastic:update-mapping` command.

0 commit comments

Comments
 (0)