Explorar o código

update REAMDE

wapplay %!s(int64=7) %!d(string=hai) anos
pai
achega
d2e94ac9cd
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      README.RU.md
  2. 1 1
      README.md

+ 1 - 1
README.RU.md

@@ -99,7 +99,7 @@ catch(\PhpZip\Exception\ZipException $e){
     // обработка исключения
 }
 finally{
-    $zip->close();
+    $zipFile->close();
 }
 ```
 Другие примеры можно посмотреть в папке `tests/`.

+ 1 - 1
README.md

@@ -99,7 +99,7 @@ catch(\PhpZip\Exception\ZipException $e){
     // handle exception
 }
 finally{
-    $zip->close();
+    $zipFile->close();
 }
 ```
 Other examples can be found in the `tests/` folder