From a39432c50d869f12c6fc9fe3a6d7224d97615fef Mon Sep 17 00:00:00 2001 From: Dustin Wilson Date: Thu, 12 Jan 2023 23:02:58 -0600 Subject: [PATCH] Minor fixes to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0281e4d..4052d49 100644 --- a/README.md +++ b/README.md @@ -454,7 +454,7 @@ throw new \Exception('Ook!'); Output: ``` -[04:48:23] Exception: Ook! in file /home/mensbeam/super-awesome-project/ook.php on line 13 +[21:12:00] Exception: Ook! in file /home/mensbeam/super-awesome-project/ook.php on line 13 Stack trace: 1. Exception /home/mensbeam/super-awesome-project/ook.php:13 @@ -463,4 +463,4 @@ Output: | ] ``` -This example above uses the symfony/var-exporter package for a more modern human-readable variable export. However, using any variable printer is possible. \ No newline at end of file +This example above uses the [symfony/var-exporter][f] package for a more modern human-readable variable export. However, using any variable printer is possible. \ No newline at end of file