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 6410846
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 @@ -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 Expand Up @@ -82,7 +82,7 @@ That's everything most users will need to know, but see the [documentation](#doc
<img src="https://raw.githubusercontent.com/ptaoussanis/truss/master/talk.jpg" width="600"/>
</a>

See [here][GitHub wiki] for more.
See [here](../../wiki#motivation) for more.

## Funding

Expand Down

0 comments on commit 6410846

Please sign in to comment.