diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-10-13 18:04:59 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-10-13 18:04:59 +0200 |
| commit | a8316d6e84cef6499427257a5cf1b83d428afe63 (patch) | |
| tree | 0cd8080b07dc91f83a259fea2d1033a39e53d11f /README.md | |
| parent | 40f59fa7b19059b441ea766f0de859c6dd52f77e (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |