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

Commit

Permalink
prettyfy README
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrunwald committed Mar 19, 2012
1 parent d6f473e commit 9d318c9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -6,7 +6,7 @@ The API docs are available [here](http://ngrunwald.github.com/clj-elasticsearch)

## Usage

For the most basic case:
For the most basic use case:

```clojure
(use 'clj-elasticsearch)
Expand All @@ -29,12 +29,14 @@ You can also use the functions asynchronously by providing a callback listener w
{:on-failure (fn [e] (throw e))
:on-success (fn [res] (println (convert res :clj)))})})
```
A bit more details can be found in the tests.

## See Also

For other Elasticsearch Clojure clients:

* [elastisch](https://github.com/clojurewerkz/elastisch) A idiomatic Clojure wrapper for the Http API
* [esearch](https://github.com/mpenet/clj-esearch) An asynchronous client for the Http API
* [elastisch](https://github.com/clojurewerkz/elastisch): A idiomatic Clojure wrapper for the Http API
* [esearch](https://github.com/mpenet/clj-esearch): An asynchronous client for the Http API

## License

Expand Down

0 comments on commit 9d318c9

Please sign in to comment.