Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
basemkhirat authored Feb 27, 2017
1 parent 89a5180 commit 6865eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ ES::id(3)->insert([
```php
# Main query

ES::index("my_index")->bulk(function ($bulk){
ES::index("my_index")->type("my_type")->bulk(function ($bulk){

# Sub queries

Expand All @@ -663,7 +663,7 @@ ES::index("my_index")->bulk(function ($bulk){

# Notes from the above query:

# As Index and type names are required for insertion, Index and type names are extendable. This means that:
# As index and type names are required for insertion, Index and type names are extendable. This means that:

# So

Expand Down

0 comments on commit 6865eae

Please sign in to comment.