From 9b205ae9a2b7c0b59604a2bd15e36c09acf3b3eb Mon Sep 17 00:00:00 2001 From: Marek Boulerice Date: Mon, 3 Feb 2025 15:13:51 -0800 Subject: [PATCH] fix: further changes to README Usage section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28704c4..aa23f75 100644 --- a/README.md +++ b/README.md @@ -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