Skip to content

Commit 03bb219

Browse files
fixed some more typos
1 parent 004ef80 commit 03bb219

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
@@ -485,7 +485,7 @@ export interface IFaceLandmarks {
485485
``` javascript
486486
export interface IFaceDetectionWithLandmarks {
487487
detection: FaceDetection
488-
faceLandmarks: FaceLandmarks
488+
landmarks: FaceLandmarks
489489
}
490490
```
491491

@@ -495,7 +495,7 @@ export interface IFaceDetectionWithLandmarks {
495495

496496
``` javascript
497497
export interface IFullFaceDescription extends IFaceDetectionWithLandmarks {
498-
faceDescriptor: Float32Array
498+
descriptor: Float32Array
499499
}
500500
```
501501

0 commit comments

Comments
 (0)