Skip to content

Commit bca2877

Browse files
authored
Update README.md
1 parent 0047078 commit bca2877

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.actor/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Monolith Actor on Apify
22

3-
[![Monolith Actor](https://apify.com/actor-badge?actor=netmilk/monolith)](https://apify.com/netmilk/monolith?fpr=monolith)
3+
[![Monolith Actor](https://apify.com/actor-badge?actor=snshn/monolith)](https://apify.com/snshn/monolith?fpr=snshn)
44

55
This Actor wraps the [Monolith Project](https://monolithproject.xyz/) to crawl a web page URL and bundle the entire content in a single HTML file, without installing and running the tool locally.
66

77
## What are Actors?
8-
[Actors](https://docs.apify.com/platform/actors?fpr=monolith) are serverless microservices running on the [Apify Platform](https://apify.com/?fpr=monolith). They are based on the [Actor SDK](https://docs.apify.com/sdk/js?fpr=monolith) and can be found in the [Apify Store](https://apify.com/store?fpr=monolith). Learn more about Actors in the [Apify Whitepaper](https://whitepaper.actor?fpr=monolith).
8+
[Actors](https://docs.apify.com/platform/actors?fpr=snshn) are serverless microservices running on the [Apify Platform](https://apify.com/?fpr=snshn). They are based on the [Actor SDK](https://docs.apify.com/sdk/js?fpr=snshn) and can be found in the [Apify Store](https://apify.com/store?fpr=snshn). Learn more about Actors in the [Apify Whitepaper](https://whitepaper.actor?fpr=snshn).
99

1010
## Usage
1111

@@ -22,7 +22,7 @@ This Actor wraps the [Monolith Project](https://monolithproject.xyz/) to crawl a
2222
### Apify CLI
2323

2424
```bash
25-
apify call netmilk/monolith --input='{
25+
apify call snshn/monolith --input='{
2626
"urls": ["https://news.ycombinator.com/"]
2727
}'
2828
```
@@ -31,7 +31,7 @@ apify call netmilk/monolith --input='{
3131

3232
```bash
3333
curl --request POST \
34-
--url "https://api.apify.com/v2/acts/netmilk~monolith/run" \
34+
--url "https://api.apify.com/v2/acts/snshn~monolith/run" \
3535
--header 'Content-Type: application/json' \
3636
--header 'Authorization: Bearer YOUR_API_TOKEN' \
3737
--data '{
@@ -88,6 +88,6 @@ The Actor provides three types of outputs:
8888
- 30s per compex page like [bbc.co.uk](https://bbc.co.uk)
8989

9090

91-
For more help, check the [Monolith Project documentation](https://github.com/Y2Z/monolith) or raise an issue in the [Actor page detail](https://apify.com/netmilk/monolith?fpr=monolith) on Apify.
91+
For more help, check the [Monolith Project documentation](https://github.com/Y2Z/monolith) or raise an issue in the [Actor page detail](https://apify.com/snshn/monolith?fpr=snshn) on Apify.
9292

9393

0 commit comments

Comments
 (0)