Skip to content

Commit

Permalink
Merge pull request #3 from nicferrier/master
Browse files Browse the repository at this point in the history
a small doc fix
  • Loading branch information
Tomohiro Matsuyama committed Sep 10, 2012
2 parents 2364880 + 316c161 commit a6d18d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A quick example using Marmalade's mongo-db:
(assoc-string
"headers"
(assoc-string "_latestVersion" (car docres))))
'''
```

This performs a query for a single result, the {{{car docres}}} is
used just because the result is always a list.
Expand All @@ -32,7 +32,7 @@ You can look up objects by their object id by using the bson serializer:
:number-to-return 0
:full-collection-name "marmalade.packages"
:query (list (cons "_id" (bson-oid-of-hex-string "4f65e980cd6108da68000252"))))
'''
```

Dealing with mongo
==================
Expand Down

0 comments on commit a6d18d9

Please sign in to comment.