From f40a55b044a45a0beb77afdb556632e4a71686d9 Mon Sep 17 00:00:00 2001 From: justin-f-perez Date: Fri, 19 Nov 2021 01:24:56 -0600 Subject: [PATCH] fix broken npm install snippet --- docs/getting_started/javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/javascript.md b/docs/getting_started/javascript.md index f56abcd6e..141e2401e 100644 --- a/docs/getting_started/javascript.md +++ b/docs/getting_started/javascript.md @@ -55,7 +55,7 @@ All of these solutions are staged in [NPM][npm]. You can install any package locally with `npm install`. Example: ``` -npm install @mediapipe/holistic. +npm install @mediapipe/holistic ``` If you would rather not stage these locally, you can rely on a CDN (e.g.,