From d3f58235992e84fcc8a4b1bc191c56ba6edf213a Mon Sep 17 00:00:00 2001 From: Karen Attfield Date: Mon, 8 Jul 2024 10:05:24 +0100 Subject: [PATCH] Package readme: Minor typo fix (#38221) --- projects/packages/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/packages/README.md b/projects/packages/README.md index da02590751acd..d5cb63d4742ab 100644 --- a/projects/packages/README.md +++ b/projects/packages/README.md @@ -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.