Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Sep 25, 2023
1 parent aaafa35 commit 512ba01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[crates-badge]: https://img.shields.io/crates/v/resolvo.svg

Resolvo implements a fast package resolution algorithm based on CDCL SAT solving.
If resolvo is unable to find a solution it outputs a human readable error message:
If resolvo is unable to find a solution it outputs a human-readable error message:

```
The following packages are incompatible
Expand All @@ -36,7 +36,7 @@ Originally resolvo started out as a port/fork of [libsolv](https://github.com/op
* Resolvo has support for incremental/lazy solving. This allows users to quickly find solutions in ecosystems where retrieving package metadata is expensive.
* Resolvo is considerably faster than libsolv in large complex cases.
* Resolvo can easily be used in multithreaded environments.
* Resolvo provides human readable error messages out-of-the-box.
* Resolvo provides human-readable error messages out-of-the-box.
* However, Libsolv is more extensive and supports more complex queries.

## Contributing 😍
Expand Down

0 comments on commit 512ba01

Please sign in to comment.