From ca612a5365407bc035536b2796603d7fe9e9a85e Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 26 Jul 2020 14:52:09 +0200 Subject: [PATCH] docs: fixed small error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df98850e..518ae7ed 100644 --- a/README.md +++ b/README.md @@ -720,7 +720,7 @@ console.log(dist) // 10 const landmarkPositions = landmarks.positions // or get the positions of individual contours, -// only available for 68 point face ladnamrks (FaceLandmarks68) +// only available for 68 point face landmarks (FaceLandmarks68) const jawOutline = landmarks.getJawOutline() const nose = landmarks.getNose() const mouth = landmarks.getMouth()