From f8d45f297bb7df67ed5c50c5fa3f24197615db6a Mon Sep 17 00:00:00 2001 From: Zachary Hamm Date: Fri, 6 Apr 2018 15:05:37 -0500 Subject: [PATCH] docs(readme): npm command in README.md should be 'run build' not 'run compile' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99a7f53..7a56160 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Clone whole repository and in root directory execute: ```bash composer install npm install -npm run compile +npm run build code . ``` The last command will open the folder in VS Code. Hit `F5` to launch an Extension Development Host with the extension.