From 16e189cee19d7a78a954cc513a5d85f939debaa6 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 27 Jan 2020 15:19:11 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef7fcce..28556ef 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ This behavior includes [errors.php](https://github.com/andrey-helldar/lang-trans return [ 'unknownError' => 'Unknown Error', - '0' => 'Unknown Error', + '0' => 'Unknown Error', '100' => 'Continue', '101' => 'Switching Protocols', @@ -118,7 +118,7 @@ The peculiarity of the package is that it takes the values of the source file an return [ 'unknownError' => 'Unknown Error', - 0 => 'Unknown Error', + 0 => 'Unknown Error', 100 => 'Continue', 'Switching Protocols',