diff --git a/README.md b/README.md index 6672382..15f5598 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Hence, for instance, you can write the following: try { $manager->bind(); - } catch (BindingException $e) { + } catch (BindException $e) { // Do something about it }