From b3d0e2ef1d0b3e12f449416953c3e69e10250b04 Mon Sep 17 00:00:00 2001 From: Uggla Date: Wed, 12 Aug 2015 10:36:09 +0200 Subject: [PATCH] Add command Xpath. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b854a4..b5d3e1c 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ Notes: - For Markdown, HTML, and all kinds of document conversion, try [`pandoc`](http://pandoc.org/). -- If you must handle XML, `xmlstarlet` is old but good. +- If you must handle XML, `xmlstarlet` is old but good. `Xpath` can be used to query xml files. - For JSON, use [`jq`](http://stedolan.github.io/jq/).