Skip to content

Commit

Permalink
Merge pull request #38 from arindas/develop
Browse files Browse the repository at this point in the history
chore: fix typos in README
  • Loading branch information
arindas authored Aug 10, 2024
2 parents 930cd6e + 87ebcb7 commit 820f21d
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 @@ -60,7 +60,7 @@ This library makes the following improvements over existing I/O primitives in `l

- Provides traits at individual operaton level i.e `Read` / `Append` level as opposed to a unified `Storage` trait
- All operations are exclusive with a `&mut self` receiver to avoid internal locks
- Provides both streaming read and streaming write
- Supports both streaming read and streaming write operations
- Provides impls on both filessytem based APIs and cloud object storage APIs such as S3

## License
Expand Down

0 comments on commit 820f21d

Please sign in to comment.