diff --git a/README.md b/README.md index cf31c9d27..f775aed65 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Middleware | Op(s) | Description `wrap-inspect` |`inspect-(start/refresh/pop/push/reset)` | Inspect a Clojure expression. `wrap-macroexpand`| `macroexpand/macroexpand-1/macroexpand-all` | Macroexpand a Clojure form. `wrap-ns` | `ns-list/ns-vars` | Namespace browsing. -`wrap-pprint` | | Adds pretty-printing support to code evaluation. +`wrap-pprint` | | Adds pretty-printing support to code evaluation. It also installs a dummy `pprint-middleware` op. Thus `wrap-pprint` is discoverable through the `describe` op `wrap-refresh` | `refresh/refresh-all` | Code reloading. `wrap-resource` | `resource` | Return resource path. `wrap-stacktrace` | `stacktrace` | Cause and stacktrace analysis for exceptions.