Skip to content

Commit 94f6841

Browse files
committed
chore: js comment in readme [skip ci]
1 parent bffcb63 commit 94f6841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ Returns an array of candidates sorted by best match against the query.
4848
```js
4949
const { filter } = require('fuzzaldrin-plus-fast')
5050

51-
# With an array of strings
51+
// With an array of strings
5252
let candidates = ['Call', 'Me', 'Maybe']
5353
let results = filter(candidates, 'me') // ['Me', 'Maybe']
5454

55-
# With an array of objects
55+
// With an array of objects
5656
candidates = [
5757
{name: 'Call', id: 1}
5858
{name: 'Me', id: 2}

0 commit comments

Comments
 (0)