summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2023-10-13 18:04:59 +0200
committerPhilipp Tanlak <philipp.tanlak@gmail.com>2023-10-13 18:04:59 +0200
commita8316d6e84cef6499427257a5cf1b83d428afe63 (patch)
tree0cd8080b07dc91f83a259fea2d1033a39e53d11f /README.md
parent40f59fa7b19059b441ea766f0de859c6dd52f77e (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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