Skip to content

Commit 1597eb9

Browse files
make ready for publishing
1 parent 549ff76 commit 1597eb9

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

checker-cheerio/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Website Checker - Cheerio
1+
# Website Checker Runner with Cheerio
22

3-
Checks the provided website using cheerio
3+
Checks the provided website using cheerio. This is a low level runner, most likely you want to use the high level master actor - https://apify.com/lukaskrivka/website-checker

checker-playwright/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Website Checker - Playwright
1+
# Website Checker Runner with Playwright
22

3-
Checks the provided website using Playwright
3+
Checks the provided website using Playwright. This is a low level runner, most likely you want to use the high level master actor - https://apify.com/lukaskrivka/website-checker

checker-puppeteer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Website Checker - Puppeteer
1+
# Website Checker Runner with Puppeteer
22

3-
Checks the provided website using Puppeteer
3+
Checks the provided website using Puppeteer. This is a low level runner, most likely you want to use the high level master actor - https://apify.com/lukaskrivka/website-checker

starter/src/lib/constants.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// TODO: use the production ID
2-
export const ACTOR_CHEERIO_CHECKER_NAME = 'vladfrangu/website-checker-cheerio-alpha';
1+
export const ACTOR_CHEERIO_CHECKER_NAME = 'lukaskrivka/website-checker-cheerio';
32

4-
export const ACTOR_PUPPETEER_CHECKER_NAME = 'vladfrangu/website-checker-puppeteer-alpha';
3+
export const ACTOR_PUPPETEER_CHECKER_NAME = 'lukaskrivka/website-checker-puppeteer';
54

6-
export const ACTOR_PLAYWRIGHT_CHECKER_NAME = 'vladfrangu/website-checker-playwright-alpha';
5+
export const ACTOR_PLAYWRIGHT_CHECKER_NAME = 'lukaskrivka/website-checker-playwright';

0 commit comments

Comments
 (0)