From 2e6600de5e2928581d030ac6ce6c18254ea5903a Mon Sep 17 00:00:00 2001 From: Craig Newbury Date: Fri, 15 Jun 2018 19:03:32 +0200 Subject: [PATCH] Added Readme file. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..585be94 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# module-facebook-chat +Magento 2 module allowing the easy installation of the Facebook customer chat plugin. + +## Installation +``` +composer require newbury/module-facebook-chat +php bin/magento module:enable Newbury_FacebookChat +php bin/magento setup:upgrade +``` + +## Support +Feel free to email me via support@newbury.me + +## Changelog +- 1.0.0 : Initial release, \ No newline at end of file