Skip to content

Commit 8be5b3b

Browse files
authored
Update README.md
1 parent 9a3ca08 commit 8be5b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PHP class to convert files encoding
33

44
## Usage
55
```php
6-
construct($encoding_to = 'UTF-8', $encodings_detected = 'UTF-8,ISO-8859-1,WINDOWS-1252');
6+
__construct($encoding_to = 'UTF-8', $encodings_detected = 'UTF-8,ISO-8859-1,WINDOWS-1252');
77
EncodeFile($fileR, $fileW, &$encoding_original, &$encoding_final);
88
```
99

0 commit comments

Comments
 (0)