Skip to content

Commit 1194241

Browse files
authored
Merge pull request #17 from chapeupreto/patch-1
improve documentation
2 parents 880ea7f + 02127d2 commit 1194241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The command will also create new environment variables if an existing one does n
5050

5151
```bash
5252
$ php artisan env:set editor=vscode
53-
# Environment variable with key 'EDITOR' has been set to 'vscode'
53+
# A new environment variable with key 'EDITOR' has been set to 'vscode'
5454
```
5555

5656
Instead of two arguments split by a space, you can also mimic the `.env` file format by supplying `KEY=VALUE`.
@@ -64,7 +64,7 @@ The command will do its best to stop any invalid inputs.
6464

6565
```bash
6666
$ php artisan env:set @pp_n@me Laravel
67-
# Invalid environment key. Only use letters and underscores
67+
# Invalid environment key @pp_n@me! Only use letters and underscores
6868
```
6969

7070
You can specify the external `.env` file in the third optional argument.

0 commit comments

Comments
 (0)