Skip to content

Commit 59ab8b6

Browse files
committed
Lint fixes
1 parent d926bcd commit 59ab8b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sources/academy/build-and-publish/actor-ideas/what_software_an_actor_can_be.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ which users setup, integrate into their workflow, and let run in the background,
2121
rather than consumer-facing applications that users need to interact with.
2222

2323
Actors can run in two modes:
24+
2425
- In **batch mode**, they take a well-defined input,
2526
perform a job, and produce a well-defined output. This is useful for longer-running operations,
2627
such as web crawling or data processing.
@@ -153,14 +154,14 @@ sourced from the Apify community.
153154

154155
1. **Publish your Actor**: Deploy your Actor on Apify Store and make it live.
155156

156-
1. **Claim the idea**: After publishing, email [[email protected]](mailto:[email protected]) with your Actor URL and the original idea. Apify will tag the idea as _Completed_ and link it to your Actor.
157+
1. **Claim the idea**: After publishing, email [[email protected]](mailto:[email protected]) with your Actor URL and the original idea. Apify will tag the idea as *Completed* and link it to your Actor.
157158
To claim an idea, ensure your Actor is functional, README contains relevant information, and your Actor closely aligns with the original idea.
158159

159160
1. **Monitor and optimize**: Track your Actor's performance and user feedback. Make improvements to keep your Actor current.
160161

161162
#### Multiple developers for one idea
162163

163-
Apify Store can host multiple Actors with similar functions. However, the "first come, first served" rule applies—the first developer to claim an idea receives the _Completed_ tag and a link from the Actor ideas page.
164+
Apify Store can host multiple Actors with similar functions. However, the "first come, first served" rule applies—the first developer to claim an idea receives the *Completed* tag and a link from the Actor ideas page.
164165

165166
Competition motivates developers to improve the code. You can still build the Actor, but differentiate with a unique set of features.
166167

0 commit comments

Comments
 (0)