diff --git a/packages/README.md b/packages/README.md index 73a96d848a54..892f09b9f203 100644 --- a/packages/README.md +++ b/packages/README.md @@ -54,7 +54,7 @@ $logo = new Logo(); If you need to rule out conflicts, you can alias it: ```php -use Automattic\Jetpack\Assets\Jetpack_Logo; +use Automattic\Jetpack\Assets\Logo as Jetpack_Logo; // other code...