Skip to content

Commit 99e55b5

Browse files
docs: small errors and stylistics (#1491)
Some small errors I spotted.
1 parent fd15f5e commit 99e55b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sources/academy/platform/get_most_of_actors/actor_basics/how-to-create-actor-readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ What data can [Actor] extract?
6262

6363
What data can you extract from [target website]
6464

65-
- Create a table that represents the main datapoints that the Actor can extract. You don't have to list every single one, just list the most understandable and relatable ones.
65+
- Create a table that represents the main data points that the Actor can extract. You don't have to list every single one, just list the most understandable and relatable ones.
6666

6767
Depending on the complexity of your Actor, you might include one or all three of these sections. It will also depend on what your Actor does. If your Actor has simple input but does a lot of steps for the user under the hood (like a bundle would), you might like to include the "What can this Actor do?" section. If your Actor extracts data, it makes sense to include a section with a table.
6868

@@ -137,7 +137,7 @@ The README has to be written in Markdown. The most important elements are H2 and
137137

138138
### HTML use
139139

140-
You can use HTML and Markdown interchangeably. For example, you can write the same table either way.
140+
You can mix HTML with Markdown interchangeably. The Actor README will display either on the Apify platform. That gives you more freedom to use HTML when needed. Remember, don't try CSS.
141141

142142
### Tone of the README
143143

@@ -216,7 +216,7 @@ If your page has a video, it has a better chance of ranking higher in Google.
216216

217217
## README and input schema
218218

219-
The README should serve as a fallback for your users if something isn't immediately obvious in the input schema. There's also only that much space in the input schema and the tooltips, so naturally, if you want to provide more details about something: input, formatting, expectations — you should put it in the README and refer to it from the relevant place in the input schema.
219+
The README should serve as a fallback for your users if something isn't immediately obvious in the input schema. There's also only that much space in the input schema and the tooltips, so naturally, if you want to provide more details about something, e.g. input, formatting, or expectations, you should put it in the README and refer to it from the relevant place in the input schema.
220220

221221
Learn about [How to create a great input schema](/academy/actor-marketing-playbook/product-optimization/how-to-create-a-great-input-schema)
222222

0 commit comments

Comments
 (0)