README housekeeping

This commit is contained in:
Peter Taoussanis 2018-10-26 13:38:24 +02:00
parent eff5ee386b
commit f03cad4829
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ First-argument exceptions generate a nicely cleaned-up stack trace using [io.avi
```clojure
(info (Exception. "Oh noes") "arg1" "arg2")
%> 15-Jun-13 19:22:55 localhost INFO [my-app.core] - arg1 arg2
java.lang.Exception: On noes
java.lang.Exception: Oh noes
<Stacktrace>
```