diff --git a/README.md b/README.md index ef58707b0..520ea7e01 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ This is by design. For fatal uncatchable errors use the provided ``panic`` function if you intend the program to immediately abort. ```haskell -panic "This is fatal my failure" +panic "Thus I die. Thus, thus, thus. Now I am dead" ``` If inside of IO simply use ``throwIO`` for exception handling, or if in pure