From 1088f0ad0d5c0c8f405ea4aed55135690c9fab95 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Mon, 12 Dec 2022 21:34:46 +0000 Subject: [PATCH] fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d10ecb..dc15521 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,12 @@ For more detailed instructions you can check its documentation. Fetches the given URL and outputs the HTTP response. For more complicated requests, POSTing/headers/login, use the [HTTP functionality](https://github.com/vadv/gopher-lua-libs/tree/master/http#client-1) in the Lua filter. -During editing, http requests are cached, so not to trigger any DOS protection on your targets. +During editing, http requests are cached, so not to trigger any DOS protection on your sources. ## Get URLs Fetches every URL given as input and outputs every HTTP response. -During editing, http requests are cached, so not to trigger any DOS protection on your targets. +During editing, http requests are cached, so not to trigger any DOS protection on your sources. ## CSS @@ -62,7 +62,7 @@ The [Cascadia](https://github.com/andybalholm/cascadia) package is used for this ## XPath -Use an [XPath](https://www.w3schools.com/xml/xpath_intro.asp) to filter your http responses. +Use an [XPath](https://www.w3schools.com/xml/xpath_intro.asp) to filter your http responses. The [XPath](https://github.com/antchfx/xpath) package is used for this filter, check the docs to see what is and isn't supported. ## JSON