Skip to content

Commit

Permalink
fix(docs): syntax error in example code (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujunz authored Mar 27, 2020
1 parent 2d9bef9 commit 51785e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,10 @@ each.
```python
workspace(
name = "my_wksp",
managed_directories = {"@app1_npm": ["app1/node_modules"],
"@app2_npm": ["app2/node_modules"]}},
managed_directories = {
"@app1_npm": ["app1/node_modules"],
"@app2_npm": ["app2/node_modules"],
},
)

yarn_install(
Expand Down

0 comments on commit 51785e5

Please sign in to comment.