Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 23, 2024
1 parent 9d577e5 commit 94a9ec9
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 @@ -18,7 +18,7 @@ Python bindings for hictk, a blazing fast toolkit to work with .hic and .cool fi

## Installing hictkpy

hictkpy can be installed in various ways. The simples method is using pip: `pip install hictkpy[all]`.
hictkpy can be installed in various ways. The simplest method is using pip: `pip install hictkpy[all]`.

Refer to [Installation](https://hictkpy.readthedocs.io/en/stable/installation.html) for alternative methods.

Expand All @@ -39,7 +39,7 @@ m2 = sel.to_coo() # Get interactions as a scipy.sparse.coo_matrix

For more detailed examples refer to [Quickstart](https://hictkpy.readthedocs.io/en/stable/quickstart.html).

The complete documentation for hictkpy API is available [here](https://hictkpy.readthedocs.io/en/stable/hictkpy.html).
The complete documentation for hictkpy API is available [here](https://hictkpy.readthedocs.io/en/stable/api/index.html).

## Citing

Expand Down

0 comments on commit 94a9ec9

Please sign in to comment.