Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 7b7e580

Browse files
Change package name
1 parent c0b5eb9 commit 7b7e580

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
@@ -7,13 +7,13 @@ This tool is current an _alpha release_. Eventually it will replace the [Shift W
77
The Shift CLI is bundled as a PHAR, so it has no dependencies and can be installed without conflicts. To use the Shift CLI for your Laravel project, you may run:
88

99
```sh
10-
composer require --dev laravel-shift/shift-cli
10+
composer require --dev laravel-shift/cli
1111
```
1212

1313
To easily use for all your Laravel projects, you may install the Shift CLI globally by running:
1414

1515
```sh
16-
composer global require laravel-shift/shift-cli
16+
composer global require laravel-shift/cli
1717
```
1818

1919
## Basic Usage

0 commit comments

Comments
 (0)