Skip to content

Commit 067b999

Browse files
committed
minor readme / doc updates
1 parent 73ae4ec commit 067b999

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

javascript/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Day-to-day development lives inside the individual package folder.
9696

9797
---
9898

99-
## Integration Testing Locus (Wrapper Package)
99+
## Integration Testing Locus (Combined All-in-One Plugin)
100100

101101
Cross-package testing lives inside:
102102

@@ -105,7 +105,7 @@ javascript/autogen-markdown-doc
105105
```
106106

107107
The wrapper package is the integration boundary.
108-
It imports and composes the base plugins.
108+
It imports and composes the base plugins, and adds a little bit of its own functionality.
109109

110110
Cross-package tests belong there — not at workspace root.
111111

@@ -119,13 +119,12 @@ Release mechanics must run from:
119119
cd javascript
120120
```
121121

122-
Because that is where:
122+
Because that is where we have:
123123

124124
- `package.json` (with `"workspaces"`)
125125
- `.changeset/`
126126
- release configuration
127127

128-
live.
129128

130129
Release commands:
131130

0 commit comments

Comments
 (0)