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

Commit d0eff70

Browse files
committed
Fixed README formatting
1 parent 7fae8c0 commit d0eff70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,13 +390,13 @@ This is how the artisan `elastic:migrate` command works.
390390
Before you run the command, make sure that your index configurator uses the `ScoutElastic\Migratable` trait.
391391
If it's not, add the trait and run the artisan `elastic:update-index` command using your index configurator class name as an argument:
392392

393-
```php
393+
```
394394
php artisan elastic:update-index App\\MyIndexConfigurator
395395
```
396396

397397
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:
398398

399-
```php
399+
```
400400
php artisan elastic:migrate App\\MyModel my_index_v2
401401
```
402402

0 commit comments

Comments
 (0)