Skip to content

Commit 3ff3bb4

Browse files
committed
Correct indentation
1 parent 6207a3b commit 3ff3bb4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,12 @@ class Book < ActiveRecord::Base
318318
end
319319
end
320320
```
321-
##### Target multiple indexes
322-
You can index a record in several indexes using the `add_index` option:
323-
```ruby
324-
class Book < ActiveRecord::Base
321+
##### Target multiple indexes
322+
323+
You can index a record in several indexes using the `add_index` option:
324+
325+
```ruby
326+
class Book < ActiveRecord::Base
325327

326328
include MeiliSearch
327329

@@ -342,9 +344,8 @@ end
342344
def public?
343345
released && !premium
344346
end
345-
346347
end
347-
```
348+
```
348349

349350
#### Share a single index
350351

0 commit comments

Comments
 (0)