From daec6d151cfec3165508b61c81fab70d9b6d07c7 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Mon, 29 Jun 2015 15:14:04 +0200 Subject: [PATCH] Corrected "explici" type Fixes #120 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d2d8c8..85e1424 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ can use the following: descendant::*[local-name() = "bar"] -And if you want to specify an explici namespace URI, you can use this: +And if you want to specify an explicit namespace URI, you can use this: descendant::*[local-name() = "bar" and namespace-uri() = "http://example.com"]