Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix used namespace in README
  • Loading branch information
ngrunwald committed Feb 26, 2013
1 parent f2ed76d commit 6d287ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ However, the elasticsearch artefact must also be included, and as a rule of thum
For the most basic use case:

```clojure
(use 'clj-elasticsearch)
(use 'clj-elasticsearch.client)

(def es (make-client :transport {:hosts ["localhost:9300"] :cluster-name "elasticsearch"}))

Expand Down

0 comments on commit 6d287ae

Please sign in to comment.