Skip to content

Commit 0b03df6

Browse files
authored
Merge pull request #1 from alnutile/patch-1
Typo? mappping for mapping
2 parents 60f4011 + 6dce926 commit 0b03df6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
ES::index("my_index")->create(function($index){
4242
43-
$index->shards(5)->replicas(1)->mappping([
43+
$index->shards(5)->replicas(1)->mapping([
4444
'my_type' => [
4545
'properties' => [
4646
'first_name' => [
@@ -59,7 +59,7 @@
5959

6060
ES::create("my_index", function($index){
6161
62-
$index->shards(5)->replicas(1)->mappping([
62+
$index->shards(5)->replicas(1)->mapping([
6363
'my_type' => [
6464
'properties' => [
6565
'first_name' => [
@@ -359,4 +359,4 @@ Index and type names setted in query will override values the configuration file
359359

360360
`Good luck`
361361

362-
`Dont forget to send a feedback..`
362+
`Dont forget to send a feedback..`

0 commit comments

Comments
 (0)