From 672384faa86b9924f7aef51d818c21fd06425268 Mon Sep 17 00:00:00 2001 From: jim teeuwen Date: Thu, 5 Apr 2012 11:35:46 +0200 Subject: [PATCH] Small fixes in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d86408..78b5b8f 100644 --- a/README.md +++ b/README.md @@ -76,10 +76,10 @@ All of these functions return either "" or 0 when the specified node or attribute could not be found. No errors are generated. The namespace name specified in the functions above must either match the -namespace you expect a node/attr to have, or you can specify a wildcard "*". +namespace you expect a node/attr to have, or you can specify a wildcard `*`. This makes node searches easier in case you do not care what namespace name there is or if there is one at all. Node and attribute names as well, may -be supplied as the wildcard "*". This allows us to fetch all child nodes for +be supplied as the wildcard `*`. This allows us to fetch all child nodes for a given namespace, regardless of their names. ### License