diff --git a/README.md b/README.md index 9084a00..3ae14ce 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,9 @@ to return a sequence of just the resources by passing/threading the results from ```clojure (collect-resources (search server-url ...) +=> ({:resourceType ... } + {:resourceType ... } + {:resourceType ... }) ``` ##### Paged Results