Skip to content

Commit e3a41b7

Browse files
authored
Update README.md (#775)
* Update README.md * updated language
1 parent 8e56a9f commit e3a41b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ Complete usage guide [HERE](https://www.facebook.com/business/help/5327492535761
7979
* Move all files from the `app/code/*` directory in your extracted archive to the `app/code` directory in your Magento
8080
project. Your Magento directory should now have a subdirectory named `app/code/Meta/BusinessExtension`.
8181

82+
> [!IMPORTANT]
83+
> To install the Meta Business SDK for PHP manually, run `composer require facebook/php-business-sdk` in your terminal or command prompt.
84+
8285
### Enable Extension
8386

8487
#### Enable Via Script
@@ -90,7 +93,7 @@ Complete usage guide [HERE](https://www.facebook.com/business/help/5327492535761
9093

9194
#### Enable Manually
9295

93-
* Install the Facebook Business SDK for PHP (if you have not already) with `composer require facebook/php-business-sdk`.
96+
* Install the Meta Business SDK for PHP (if you have not already) with `composer require facebook/php-business-sdk`.
9497
* Run `php bin/magento module:enable Meta_BusinessExtension Meta_Catalog Meta_Conversion Meta_Promotions Meta_Sales`.
9598
* Execute `php bin/magento setup:static-content:deploy`.
9699
* Execute `php bin/magento setup:upgrade`.

0 commit comments

Comments
 (0)