From 464b0596cd8f865196f16627aa30595b0e3b122c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20St=C3=BCcken?= Date: Mon, 14 Dec 2015 16:19:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9020047..fd1623b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ composer require dstuecken/php7ify # Usage -Just use the new \Throwable interface in your php 5 project, or catch an \ErrorException. +Just use the new \Throwable interface in your php 5 project, or catch an \Error exception. ```php try