Skip to content

Commit

Permalink
docs: fix typo in README.md (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital authored Jan 21, 2025
1 parent 10aae31 commit c88afa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c88afa6

Please sign in to comment.