Skip to content

Commit

Permalink
fix: further changes to README Usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekB19 committed Feb 3, 2025
1 parent 80263ac commit 9b205ae
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 @@ -63,9 +63,9 @@ pip install pysorting

## Usage

The following examples illustrate how the sorting functions in this package are intended to be used. Please note that the functions are currently not implemented—only their docstrings are in place for now.
The following examples illustrate how the sorting functions in this package are intended to be used.

After installing the package, you can import the functions (once implemented) as follows:
After installing the package, you can import the functions as follows:

```python
from pysorting import quick_sort, bubble_sort, shell_sort, insertion_sort
Expand Down

0 comments on commit 9b205ae

Please sign in to comment.