Skip to content

Commit

Permalink
Package readme: Minor typo fix (#38221)
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-karen authored Jul 8, 2024
1 parent bcb5e62 commit d3f5823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ and that will install the required Composer packages.

### Using packages

Before using a package within another project, you will need to require the package in the project's `composer.json` file. Then, run `tools/fixup-project-versions.sh` to update the `composer.lock` file in the proect, and reinstall the project with the `jetpack install` command.
Before using a package within another project, you will need to require the package in the project's `composer.json` file. Then, run `tools/fixup-project-versions.sh` to update the `composer.lock` file in the project, and reinstall the project with the `jetpack install` command.

As an example, if you want to require the Logo package in the Jetpack plugin, add `"automattic/jetpack-logo": "@dev",` underneath `require` in the Jetpack plugin's `composer.json` file to require it. After updating the project versions run `jetpack install plugins/jetpack` to pull the new package.

Expand Down

0 comments on commit d3f5823

Please sign in to comment.