Skip to content

Commit bb9ad6e

Browse files
committed
* 1.17 2020-01-26 (optional but by default), the map is compressed.
* The compression has a minimum impact on runtime, it only uses a regular expression to replace a string.
1 parent e83203e commit bb9ad6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ Or you could run AutoLoadOne.php again and replace the old generated file.
6060
:white_check_mark: It's compatible with PSR-0, PSR-4, and practically any specification, since you don't need to use any special configuration or standard.
6161
:white_check_mark: It allows libraries outside of the project folder.
6262
For example /someuser/myproject/ allows to include libraries from the folder /otheruser/library/
63-
:large_blue_circle: It doesn't require APCU, lock files or cache.
64-
:large_blue_circle: It has a minimum impact on runtime.
65-
:large_blue_circle: It allows compression without impacting the runtime.
63+
:white_check_mark: It doesn't require APCU, lock files or cache.
64+
:white_check_mark: It has a minimum impact on runtime.
65+
:white_check_mark: It allows compression without impacting the runtime.
6666

6767
## Getting started
6868

0 commit comments

Comments
 (0)