Skip to content

Commit

Permalink
fix(docs): syntax error in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
yujunz authored and alexeagle committed Mar 26, 2020
1 parent 3bf8631 commit 573dde1
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 573dde1

Please sign in to comment.