Skip to content

Commit d2c8734

Browse files
committed
docs: fixed usage example
1 parent ae4a765 commit d2c8734

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ await pkgJson.save()
4343
// "dependencies": {
4444
// "a": "^1.0.0",
4545
// "b": "^1.2.3"
46-
// }
46+
// },
47+
// "workspaces": [
48+
// "./new-workspace"
49+
// ]
4750
// }
4851
```
4952

0 commit comments

Comments
 (0)