Skip to content

Commit

Permalink
[nop] README housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 31, 2023
1 parent a865e8f commit 192f1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ deps.edn: com.taoensso/truss {:mvn/version "x-y-z"}
2\. Setup your namespace imports:

```clojure
(ns my-ns (:require [taoensso.truss :as truss :refer (have have! have?)]))
(ns my-ns (:require [taoensso.truss :as truss :refer [have have?]]))
```

3\. Truss uses the simple `(predicate arg)` pattern familiar to Clojure users:
Expand Down

0 comments on commit 192f1f4

Please sign in to comment.