From 46e128da2059eaf1a6bfc71ddaeb38d11fd75d1f Mon Sep 17 00:00:00 2001 From: Rajko Winkler Date: Tue, 5 Jan 2016 14:51:26 +0100 Subject: [PATCH] Update link to wiki Helped me first time using the xpath feature, however took a moment to find it in the wiki. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48fae4f..79cb15a 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This extension provides additional XML support to [VS Code](https://code.visuals ## Features * XML Formatting (Indent and Linearize) -* XPath Evaluation +* XPath Evaluation [wiki](./wiki/How-To:-Evaluate-XPath-Queries) ## Roadmap * XPath Builder -* View XML as Tree \ No newline at end of file +* View XML as Tree