Skip to content

Commit

Permalink
Merge pull request #48 from UBC-MDS/fix/peereviews
Browse files Browse the repository at this point in the history
fix: updated readme to check gh actions
  • Loading branch information
shashankhs11 authored Feb 3, 2025
2 parents 0b85897 + 80cbd30 commit b5a4fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ from pysorting import quick_sort, bubble_sort, shell_sort, insertion_sort
bubble_sort([4, 2, 7, 1, 3], ascending = False)
```

For more examples on usage of the different functions, you can check out this [Example NoteBook](https://pysorting.readthedocs.io/en/latest/example.html)
For more examples on usage of the different functions,you can check out this [Example NoteBook](https://pysorting.readthedocs.io/en/latest/example.html)

## Contributing

Expand Down

0 comments on commit b5a4fa1

Please sign in to comment.