Skip to content

Commit bd9b477

Browse files
committed
Added new logo
Signed-off-by: Christian Schepp Schaefer <[email protected]>
1 parent 5085fc8 commit bd9b477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.textile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CSS-JS-Booster is a PHP-script that tries to automate as many performance
1111
optimizing steps related to CSS and JS embedding as possible.
1212

1313
For CSS these steps are:
14-
* combine multiple CSS-files resulting in HTTP-requests going down
14+
* combine multiple CSS-files resulting in number of HTTP-requests going down
1515
* minify CSS
1616
* Embed any CSS-images smaller 24KB as data-URI or MHTML (for IE <= 7)
1717
* Split the output back into 2 even files that can load in parallel (not for WP)
@@ -20,7 +20,7 @@ For CSS these steps are:
2020
* If IE6: Issue a JS-command to fix background image caching behaviour
2121

2222
For JS these steps are:
23-
* combine multiple JS-files resulting in HTTP-requests going down
23+
* combine multiple JS-files resulting in number of HTTP-requests going down
2424
* Minify the JS through the Google Closure Compiler Webservice, or JSMin as fallback (not for WP)
2525
* GZIP-compress the resulting JS
2626
* Have browsers cache the result as long as it remains unchanged

0 commit comments

Comments
 (0)