Skip to content

Commit

Permalink
πŸ“ Update README to reflect Fuse.js changes
Browse files Browse the repository at this point in the history
  • Loading branch information
konsalex authored Oct 8, 2020
1 parent dfaef3c commit 890eda8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ const options = {
maxPatternLength: 32,
keys: [{
name: "IATA",
weight: 0.6
weight: 0.25
},
{
name: "name",
weight: 0.4
weight: 0.25
},
{
name: "city",
weight: 0.2
weight: 0.5
}
]
}
Expand Down

0 comments on commit 890eda8

Please sign in to comment.