Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
toblux committed Oct 19, 2024
1 parent ac45759 commit cf6a2c8
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 @@ -2,7 +2,7 @@

A simple ClamAV client to send files, in-memory data, and data streams to `clamd` for antivirus scanning.

It provides a synchronous API as well as asynchronous functions for both Tokio and async-std.
It provides a synchronous API and asynchronous functions for both Tokio and async-std.

Check out the [examples](#examples) below, the [integration tests](tests/clamav_client.rs), or the [API docs](https://docs.rs/clamav-client) for more information on how to use this library.

Expand Down

0 comments on commit cf6a2c8

Please sign in to comment.