Skip to content

Commit 5414a4b

Browse files
Merge pull request justadudewhohacks#303 from Jason-Cooke/patch-1
docs: fix typo
2 parents 17ef66d + df66c15 commit 5414a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ await faceapi.detectSingleFace(input).withFaceLandmarks().withFaceExpressions().
376376

377377
To perform face recognition, one can use faceapi.FaceMatcher to compare reference face descriptors to query face descriptors.
378378

379-
First, we initialize the FaceMatcher with the reference data, for example we can simply detect faces in a **referenceImage** and match the descriptors of the detected faces to faces of subsquent images:
379+
First, we initialize the FaceMatcher with the reference data, for example we can simply detect faces in a **referenceImage** and match the descriptors of the detected faces to faces of subsequent images:
380380

381381
``` javascript
382382
const results = await faceapi

0 commit comments

Comments
 (0)