Skip to content

Commit 0ccd8d4

Browse files
authored
Update readme.md
1 parent 28c07ca commit 0ccd8d4

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
@@ -283,7 +283,7 @@ $ php artisan es:indices:update my_index
283283
$ php artisan es:indices:create my_new_index
284284
```
285285

286-
4) Reindex data from `new_index` into `my_new_index` with command:
286+
4) Reindex data from `my_index` into `my_new_index` with command:
287287

288288
```bash
289289
$ php artisan es:indices:reindex my_index my_new_index

0 commit comments

Comments
 (0)