From 6e7b3cecb8f922468dbf4b289539369d346c06a0 Mon Sep 17 00:00:00 2001 From: MR-VL Date: Sun, 6 Jul 2025 18:02:24 -0500 Subject: [PATCH] Syntax Fixes in README.md remove unmatched closing tag, and fix indent add quotes to

LN:1 to make it valid HTML fix type from programmaticaly to programmatically --- docs/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index afabfcf9..b7b8f5ee 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -

+



@@ -15,8 +15,7 @@

- - +

@@ -115,7 +114,7 @@ $ echo '{"usernames":["user123"]}' | apify call -so netmilk/sherlock }] ``` -Read more about the [Sherlock Actor](../.actor/README.md), including how to use it programmaticaly via the Apify [API](https://apify.com/netmilk/sherlock/api?fpr=sherlock), [CLI](https://docs.apify.com/cli/?fpr=sherlock) and [JS/TS and Python SDKs](https://docs.apify.com/sdk?fpr=sherlock). +Read more about the [Sherlock Actor](../.actor/README.md), including how to use it programmatically via the Apify [API](https://apify.com/netmilk/sherlock/api?fpr=sherlock), [CLI](https://docs.apify.com/cli/?fpr=sherlock) and [JS/TS and Python SDKs](https://docs.apify.com/sdk?fpr=sherlock). ## Credits