Skip to content

Commit 1c84204

Browse files
committed
Merge pull request #4 from moxie-leean/instructions
Update package name
2 parents 34b9caf + 7612f10 commit 1c84204

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ The easiest way to install this package is by using composer from your
88
terminal:
99

1010
```bash
11-
composer require moxie-lean/cpt
11+
composer require moxie-lean/wp-cpt
1212
```
1313

1414
Or by adding the following lines on your `composer.json` file
1515

1616
```json
1717
"require": {
18-
"moxie-lean/cpt": "dev-master"
18+
"moxie-lean/wp-cpt": "dev-master"
1919
}
2020
```
2121

22-
This will download the file from the [packagist site](https://.org/packages/moxie-lean/cpt)
22+
This will download the file from the [packagist site](https://packagist.org/packages/moxie-lean/wp-cpt)
2323
and the latest version located on master branch of the repository.
2424

2525
After that you can need to include the `autoload.php` file in order to

0 commit comments

Comments
 (0)