Skip to content

Commit b79f28d

Browse files
authored
Update 0000-yarn-create.md
1 parent 4e62acc commit b79f28d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

implemented/0000-yarn-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Despite their utility, using these tools still require to manually install them,
1717
This RFC suggests to add a new command:
1818

1919
```
20-
$> yarn create <name>
20+
$> yarn create <name> ...
2121
```
2222

2323
Running this command would have the same effect as:
2424

2525
```
2626
$> yarn global add yarn-create-<name>
27-
$> yarn-create-<name>
27+
$> yarn-create-<name> ...
2828
```
2929

3030
One could assume that a simple boilerplate would be configured as such:

0 commit comments

Comments
 (0)