Skip to content

Commit

Permalink
Merge pull request #28 from rlipman/remove-at-from-readme
Browse files Browse the repository at this point in the history
Replace @ in README with deref
  • Loading branch information
technomancy committed Oct 23, 2013
2 parents 6ca09a2 + f286703 commit a47a2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -57,7 +57,7 @@ basis. Just add the following to `~/.lein/profiles.clj`:
'print-cause-trace)
new (ns-resolve (doto 'clj-stacktrace.repl require)
'pst)]
(alter-var-root orig (constantly @new)))]}}
(alter-var-root orig (constantly (deref new))))]}}
```

The `:injections` clause replaces the built-in stack trace printing
Expand Down

0 comments on commit a47a2c9

Please sign in to comment.