Skip to content

Commit af74b86

Browse files
committed
update docs
1 parent ebd05bd commit af74b86

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _ready-to-use in your browser_ faster than you can put your pants on.
2424
**OPTIONS**
2525

2626
<name>
27-
Site domain name without TLD.
27+
Site domain name without TLD. This will become the directory name of the project root.
2828
Eg: To create an install for example.dev, `wp valet new example`
2929

3030
[--project=<project>]
@@ -114,8 +114,7 @@ this install over https.
114114
**OPTIONS**
115115

116116
<name>
117-
Site domain name without TLD.
118-
Eg: To create an install for example.dev, `wp valet new example`
117+
Site domain name without TLD. It should match the directory name of the project root.
119118

120119
[--yes]
121120
Pre-approve the confirmation to delete all files and drop the database.

src/ValetCommand.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static function boot()
6262
* ## OPTIONS
6363
*
6464
* <name>
65-
* : Site domain name without TLD.
65+
* : Site domain name without TLD. This will become the directory name of the project root.
6666
* Eg: To create an install for example.dev, `wp valet new example`
6767
*
6868
* [--project=<project>]
@@ -182,8 +182,7 @@ public function _new($args, $assoc_args)
182182
* ## OPTIONS
183183
*
184184
* <name>
185-
* : Site domain name without TLD.
186-
* Eg: To create an install for example.dev, `wp valet new example`
185+
* : Site domain name without TLD. It should match the directory name of the project root.
187186
*
188187
* [--yes]
189188
* : Pre-approve the confirmation to delete all files and drop the database.

0 commit comments

Comments
 (0)