Skip to content

Commit

Permalink
Correct example in README (fixes #18)
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 24, 2020
1 parent 3298be5 commit ba016c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ set the directories that are monitored for changed files by using the
```clojure
user=> (require '[clojure.tools.namespace.repl :refer [set-refresh-dirs]])
nil
user=> (set-refresh-dirs ["src/clj"])
(["src/clj"])
user=> (set-refresh-dirs "src/clj")
("src/clj")
```

[tools.namespace]: https://github.com/clojure/tools.namespace/
Expand Down

0 comments on commit ba016c0

Please sign in to comment.