We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf0404 commit fab0e25Copy full SHA for fab0e25
sources/platform/actors/index.mdx
@@ -40,7 +40,7 @@ To see what a published Actor looks like and how it works, let's run an SEO audi
40
Actors consist of these elements:
41
42
- A _Dockerfile_ that specifies where the Actor's source code is, how to build it, and how to run it.
43
-- I in the form of a README.md file.
+- _Documentation_ in the form of a README.md file.
44
- _Input and output schemas_ that describe the Actor's required input and the results it produces.
45
- Access to an out-of-the-box _storage system_ for Actor data, results, and files.
46
- _Metadata_ such as the Actor's name, description, author, and version.
0 commit comments