From c88afa624dc8cbdbeaf760ebac1db1049459e49b Mon Sep 17 00:00:00 2001 From: inverted-capital <69952973+inverted-capital@users.noreply.github.com> Date: Wed, 22 Jan 2025 09:27:47 +1300 Subject: [PATCH] docs: fix typo in README.md (#45) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc8f367..2aa9466 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ await s3client.putObject("key", streamOrData, { "x-amz-acl": "public-read", "x-amz-meta-custom": "value", }, -})` +}) ``` For more examples, check out the tests in [`integration.ts`](./integration.ts)