From a8316d6e84cef6499427257a5cf1b83d428afe63 Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Fri, 13 Oct 2023 18:04:59 +0200 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 303371b..4147d94 100644 --- a/README.md +++ b/README.md @@ -57,16 +57,16 @@ export default function ({ doc, absoluteURL }) { $ flyscrape run hackernews.js [ { - "title": "Hacker News", "url": "https://news.ycombinator.com/", "data": { + "title": "Hacker News", "posts": [ { "title": "Show HN: flyscrape - An expressive and elegant web scraper", "url": "https://flyscrape.com" }, ... - ], + ] } } ] @@ -120,7 +120,7 @@ flyscrape dev example.js ### Run the scraping script -The `dev` command allows you to run your script to its fullest extend. +The `run` command allows you to run your script. ``` flyscrape run example.js -- cgit v1.2.3