From 0e881b1a7c351ce2c1411a5b02edd405da57b002 Mon Sep 17 00:00:00 2001 From: Joe Medley Date: Fri, 30 Nov 2018 13:00:06 -0800 Subject: [PATCH] Typo fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61ecd4ccc6..5d32d4ca98 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ The following npm scripts are available: This repo contains examples to demonstrate how <model-viewer> may be used. Before running them do the following: ``` -cd path/to/coned/repo +cd path/to/cloned/repo npm install npm run build ```