Skip to content

Commit fab0e25

Browse files
committed
add mistakenly erased part of Actor components
1 parent 0cf0404 commit fab0e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/platform/actors/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To see what a published Actor looks like and how it works, let's run an SEO audi
4040
Actors consist of these elements:
4141

4242
- 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.
43+
- _Documentation_ in the form of a README.md file.
4444
- _Input and output schemas_ that describe the Actor's required input and the results it produces.
4545
- Access to an out-of-the-box _storage system_ for Actor data, results, and files.
4646
- _Metadata_ such as the Actor's name, description, author, and version.

0 commit comments

Comments
 (0)