Skip to content

Commit

Permalink
fixed example data
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark van der Steenhoven committed Oct 31, 2023
1 parent f18aa9b commit ce10f77
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 @@ -59,8 +59,8 @@ const matchingCities = search("amst"); // Example search for cities starting wit
console.log(matchingCities);
/* Output:
[
{ key: 'amsterdam', title: 'Amsterdam' },
{ key: 'amstelveen', title: 'Amstelveen' },
{ key: 'WP3594', title: 'Amsterdam' },
{ key: 'WP1050', title: 'Amstelveen' },
// ...
]
*/
Expand Down

0 comments on commit ce10f77

Please sign in to comment.