From 63e2f9c1f66e15d656b1ddf86c2ee0bfc9da092a Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 25 Mar 2020 11:33:13 +0800 Subject: [PATCH] fix(docs): syntax error in example code --- docs/install.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index d9a5f0686e..7cc84ce9a8 100644 --- a/docs/install.md +++ b/docs/install.md @@ -262,8 +262,10 @@ each. ```python workspace( name = "my_wksp", - managed_directories = {"@app1_npm": ["app1/node_modules"], - "@app2_npm": ["app2/node_modules"]}}, + managed_directories = { + "@npm": ["node_modules"], + "@automation_npm": ["projects/apps/automation/node_modules"], + }, ) yarn_install(