Skip to content

Commit 0a1cb53

Browse files
authored
Update README.md
1 parent 41f03ef commit 0a1cb53

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Defer Javascripts module for OpenMage (and Magento 1.9)
22
=============================
33

4+
Features
5+
---------
6+
- moves all javascript tags just before the `</body>` tag
7+
- removes all HTML comments
8+
9+
Known Issues
10+
------------
11+
12+
The module can't detect scripts that have been commented out, they'll become active again.
13+
414
Backup!!!
515
---------
616
Backup your database before launching the translation process!!!
@@ -9,16 +19,9 @@ This module is provided "as is" and I'll not be responsible for any data damage.
919
Installation
1020
------------
1121

12-
Simply download the whole repository and copy everything to your Magento document root.
13-
Otherwise with modman:
14-
```shell
15-
modman clone https://github.com/fballiano/magento-defer-javascripts
16-
```
17-
18-
Known Issues
19-
------------
20-
21-
The module can't detect scripts that have been commented out, they'll become active again.
22+
Install via composer (`composer require fballiano/openmage-defer-javascripts`),
23+
modman (`modman clone https://github.com/fballiano/openmage-defer-javascripts`)
24+
or any other way you like
2225

2326
Support
2427
-------

0 commit comments

Comments
 (0)