Skip to content

Commit

Permalink
Use the clojure.core.async by the namespace a (#34)
Browse files Browse the repository at this point in the history
- why:
  - The documentation uses put!,go and go-loop of clojure.core.async
  - clojure.core.async is not listed in the requirements
  • Loading branch information
codingkarthik authored and pyr committed Jun 5, 2018
1 parent a1da455 commit ef7af18
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 @@ -49,7 +49,7 @@ The examples assume the following require forms:
```clojure
(:require [kinsky.client :as client]
[kinsky.async :as async]
[clojure.core.async :refer [go <! >!]])
[clojure.core.async :as a :refer [go <! >!]])
```

### Production
Expand Down

0 comments on commit ef7af18

Please sign in to comment.