From a04fbe6ccc55a727140a84434c6a56ba6cc291e9 Mon Sep 17 00:00:00 2001 From: Kotaro Fujii Date: Tue, 6 May 2025 18:29:52 +0900 Subject: [PATCH] Fix stray character typo in README --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 270058ff..afabfcf9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -112,7 +112,7 @@ $ echo '{"usernames":["user123"]}' | apify call -so netmilk/sherlock "https://www.1337x.to/user/user123/", ... ] -}]s +}] ``` 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).