Skip to content

Commit b500bf0

Browse files
avgerin0skarmi
authored andcommitted
[DOC] Improved Ruby code example style in elasticsearch-model/README.md
Closes elastic#101
1 parent b5e905c commit b500bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-model/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Article.__elasticsearch__.client = Elasticsearch::Client.new host: 'api.server.o
126126
Or configure the client for all models:
127127

128128
```ruby
129-
Elasticsearch::Model.client = Elasticsearch::Client.new log:true
129+
Elasticsearch::Model.client = Elasticsearch::Client.new log: true
130130
```
131131

132132
You might want to do this during you application bootstrap process, e.g. in a Rails initializer.

0 commit comments

Comments
 (0)