Skip to content

Commit

Permalink
Merge pull request #7 from sebadob/fix-readme-typo-2
Browse files Browse the repository at this point in the history
fix readme typo
  • Loading branch information
sebadob authored Apr 17, 2024
2 parents 8fec5f9 + 3f10dab commit ec91725
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 @@ -49,7 +49,7 @@ they are often running on not that powerful big servers.
Take a look at the [examples](https://github.com/sebadob/s3-simple/tree/main/examples), but basically:

```rust
let bucket = Bucket::try_from_env() ?;
let bucket = Bucket::try_from_env()?;

// upload
bucket.put("test.txt", b"Hello S3").await?;
Expand Down

0 comments on commit ec91725

Please sign in to comment.