diff --git a/docs/s3-api-docs.md b/docs/s3-api-docs.md
index c5e304b..080912c 100644
--- a/docs/s3-api-docs.md
+++ b/docs/s3-api-docs.md
@@ -17,7 +17,7 @@ This is the API documentation for the AEC 2024 Skill 08 Session 3 API.
- Simple Key-Value Pairs: These are straightforward pairs like
caption: "My super cool post caption!"
.
- - File Uploads: When uploading a file, specify the key and provide the file using its path, such as
image: "/path/to/file/image.jpg"
.
+ - File Uploads: When uploading a file, specify the key and provide the file's content.
- Nested Keys: If you need to send nested data, you can use the following format:
foo[bar][baz]: "value"
.
- Arrays: When sending arrays, you additionally need to specify the index of the array element. For example,
arr[0][key]: "abc"
.