Commit 5a31d1a5 authored by Mael NICOLAS's avatar Mael NICOLAS

Update README.md

parent 3782b570
......@@ -33,7 +33,7 @@ main = do
res <- getMetadataWith "ia" 300
case res of
(Left err) -> print err
(Right r) -> print $ take 5 r
(Right r) -> print $ take 5 $ _documents_hits r
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment