branch: elpa/inf-clojure commit 1a71b5e13430bea756b2d9196e37cd1fc1272adf Author: Andrea Richiardi <a.richiardi.w...@gmail.com> Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Rephrase process logging description a bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98732c8..3bd187a 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ Standard Emacs debugging turns out to be difficult when an asynchronous process (setq inf-clojure-log-activity t) ``` -This creates `.inf-clojure.log` in the process root for you to `tail -f` on. +This creates `.inf-clojure.log` in the project directory so that you can `tail -f` on it. ## License