From 136add7fb49285ade2911a10c6fb9d13e3346801 Mon Sep 17 00:00:00 2001 From: Tal Wrii Date: Wed, 6 Dec 2017 23:27:42 +0100 Subject: [PATCH] README - These projects complement rather than replacing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef190c5..8ec7414 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ All of these approaches can be time consuming when automating tasks. [Prior to Firefox 57](https://support.mozilla.org/en-US/kb/frequently-asked-questions-firefox-addon), the [remote control extension](https://addons.mozilla.org/en-US/firefox/addon/remote-control/) could be used to interact with the page currently viewed in Firefox from the shell (including outputting the current [document object model](https://en.wikipedia.org/wiki/Document_Object_Model) as HTML). -# Similar projects (and shameless advertising) +# Complementary projects (and shameless advertising) Users of this project might also be interested in: * [clixpath](https://github.com/talwrii/clixpath) (by author) - an open-source tool for extracting information out of HTML documents in machine-readable JSON using [Xpath](https://www.w3.org/TR/1999/REC-xpath-19991116/).