Skip to content

Commit c1d923a

Browse files
authored
Update quick-start.md
1 parent 7074726 commit c1d923a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ If you prefer not to install WPGraphQL from the WordPress.org repository, you ca
3131

3232
Installing plugins with [Composer](https://getcomposer.org/), a PHP dependency manager, allows you to avoid committing plugin code into your project's version control.
3333

34-
WPGraphQL is available for installing with Composer from [packagist.org](https://packagist.org/packages/wp-graphql/wp-graphql) and [wpackagist.org](https://wpackagist.org/search?q=wp-graphql\&type=any\&search=).
34+
WPGraphQL is available for installing with Composer from [wpackagist.org](https://wpackagist.org/search?q=wp-graphql\&type=any\&search=).
3535

3636
You can add WPGraphQL as a dependency to your project with the following command:
3737

3838
```bash
39-
composer require wp-graphql/wp-graphql
39+
composer require wpackagist-plugin/wp-graphql
4040
```
4141

4242
Below is an example of a composer.json file with WPGraphQL added as as a plugin dependency:

0 commit comments

Comments
 (0)