diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-09-18 21:42:06 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-09-18 21:42:06 +0200 |
| commit | c6950bcd5cd8fe9e7cc63fde7216a5a9b93b8aa0 (patch) | |
| tree | 9df22d313d935b6b0b9ff870ea89d9e9437a96b1 /README.md | |
| parent | becbf4bf3981a3f8d9a57864942ca1468e23a6b0 (diff) | |
rename watch command to dev
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ flyscrape is an elegant scraping tool for efficiently extracting data from websi - **Run Scripts**: Execute your scraping script using the `run` command, and watch as **flyscrape** retrieves and processes data from the specified website. -- **Watch for Development**: The `watch` command allows you to watch your scraping script for changes and quickly iterate during development, helping you find the right data extraction queries. +- **Watch for Development**: The `dev` command allows you to watch your scraping script for changes and quickly iterate during development, helping you find the right data extraction queries. ## Installation @@ -46,10 +46,10 @@ flyscrape run example.js ### Watching for Development -The `watch` command allows you to watch your scraping script for changes and quickly iterate during development: +The `dev` command allows you to watch your scraping script for changes and quickly iterate during development: ```bash -flyscrape watch example.js +flyscrape dev example.js ``` ## Example Script |