From e2d698c72427ff45119c865a00d719c80cd13a62 Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 5 Aug 2014 15:32:33 -0400 Subject: [PATCH] more minor doc fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28a193d..bb07fb5 100644 --- a/README.md +++ b/README.md @@ -199,10 +199,10 @@ using the helper functions: | `gte` | Greater then or equal to
`(gte :date "2013-08-15")` | `between` | Between
`(between :date "2013-01-01" "2013-12-31")` -_Note that you can also use a plain old string for parameter names instead of keywords if you wish_ +_Note that you can also use a plain old string for parameter names instead of keywords if you wish._ -If a parameter value needs to include a namespace, you can use the `namespace` helper to help properly -encode this information in the search parameters: +If a parameter value needs to include a namespace, you can use the `namespaced` helper function +to properly encode this information in the search parameters: ```clojure (eq :gender (namespaced "http://hl7.org/fhir/v3/AdministrativeGender" "M"))