Skip to content

Commit 358378d

Browse files
authored
Update README.md
1 parent dd8cc8b commit 358378d

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
@@ -24,7 +24,7 @@ The package will automatically register itself with Laravel 5.5+. For older vers
2424
DaverDalas\LaravelPostDeployCommands\ServiceProvider::class
2525
```
2626
## Usage
27-
Create new command file. The file will be saved in database/commands directory.
27+
**Create new command file.** The file will be saved in database/commands directory.
2828
```
2929
php artisan make:deploy-command your_command_name
3030
```
@@ -56,7 +56,7 @@ Available options:
5656
```
5757
The location where the command file should be created.
5858

59-
Run new commands (Those which have not been started before).
59+
**Run new commands** (Those which have not been started before).
6060
```
6161
php artisan deploy-commands:run
6262
```

0 commit comments

Comments
 (0)