Skip to content

Commit

Permalink
fix typo (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto authored Sep 23, 2024
1 parent 42b7798 commit f33f9f5
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 @@ -13,7 +13,7 @@
oxli is a powerful Rust library with a simple Python interface for counting k-mers
in genomic sequencing data.

Use oxli to bring fast kmer counting and comparison operations to you Python projects.
Use oxli to bring fast kmer counting and comparison operations to your Python projects.

This library is written on top of the
[sourmash](https://sourmash.readthedocs.io/)
Expand Down Expand Up @@ -47,7 +47,7 @@ pip install -e '.[test]'

## Getting Started

See the [the Oxli Wiki](https://github.com/oxli-bio/oxli/wiki/Getting-Started) for documentation on the Python API.
See the [the oxli Wiki](https://github.com/oxli-bio/oxli/wiki/Getting-Started) for documentation on the Python API.

### Basic Usage

Expand Down

0 comments on commit f33f9f5

Please sign in to comment.