Skip to content

Commit 76896d8

Browse files
committed
docs: smooth "engineers can then type" phrasing in README and guide
Swap the mechanical role-subject narration ("Engineers can then type / Engineers then type...") for a cause-effect construction ("Once published, `vp create @org` opens..."). Reads naturally and drops the implicit assumption that every reader identifies as an "engineer".
1 parent 1aed1fc commit 76896d8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/guide/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ vp create https://github.com/user/template-repo
8989

9090
## Organization Templates
9191

92-
An organization can publish a curated set of templates under a single npm scope by shipping an `@org/create` package whose `package.json` carries a `vp.templates` manifest. Engineers then type the scope and get an interactive picker over the listed templates.
92+
An organization can publish a curated set of templates under a single npm scope by shipping an `@org/create` package whose `package.json` carries a `vp.templates` manifest. Once published, `vp create @org` opens an interactive picker over those templates.
9393

9494
### Pick from an org
9595

packages/cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ You can run `vp create` inside of a project to add new apps or libraries to your
152152

153153
Organizations can expose a curated set of templates under their npm scope by
154154
publishing `@org/create` with a `vp.templates` manifest in its `package.json`.
155-
Engineers can then type `vp create @org` to pick from that list
156-
interactively, or set `create: { defaultTemplate: '@org' }` in
157-
`vite.config.ts` to make it the default for bare `vp create`. See the
155+
Once published, `vp create @org` opens an interactive picker over those
156+
templates, and setting `create: { defaultTemplate: '@org' }` in
157+
`vite.config.ts` makes it the default for bare `vp create`. See the
158158
[Organization Templates guide](https://viteplus.dev/guide/create#organization-templates)
159159
for the authoring workflow and
160160
[`create.defaultTemplate`](https://viteplus.dev/config/create) for the

0 commit comments

Comments
 (0)