diff --git a/README.md b/README.md new file mode 100644 index 0000000..269ef5d --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +Magento2 Defer Javascripts +============================= + +Defer Javascripts module for Magento 2 + +Backup!!! +--------- +Backup your database before launching the translation process!!! +This module is provided "as is" and I'll not be responsible for any data damage. + +Installation +------------ + +Simply download the whole repository and copy everything to your Magento document root. +Otherwise with modman: +```shell +composer require fabrizioballiano/deferjavascripts +``` + +Compatibility +------------- +This module was developed on Magento 2.1. +If you have a different version of Magento and the module is working please drop me a line so I can update this compatibility list. + +Support +------- +If you have any issues with this extension, open an issue on GitHub. + +Contribution +------------ +Any contributions are highly appreciated. The best way to contribute code is to open a +[pull request on GitHub](https://help.github.com/articles/using-pull-requests). + +Developer +--------- +Fabrizio Balliano +[http://fabrizioballiano.com](http://fabrizioballiano.com) +[@fballiano](https://twitter.com/fballiano) + +Licence +------- +[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php) + +Copyright +--------- +(c) Fabrizio Balliano