diff --git a/README.md b/README.md index b4a7264..c6b0d93 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ [![Tests](https://github.com/GabTux/ppqsort_suite/actions/workflows/tests.yml/badge.svg)](https://github.com/GabTux/ppqsort_suite/actions/workflows/tests.yml) [![Standalone](https://github.com/GabTux/ppqsort_suite/actions/workflows/standalone.yml/badge.svg)](https://github.com/GabTux/ppqsort_suite/actions/workflows/standalone.yml) [![Install](https://github.com/GabTux/ppqsort_suite/actions/workflows/install.yml/badge.svg)](https://github.com/GabTux/ppqsort_suite/actions/workflows/install.yml) +[![Tests](https://github.com/GabTux/ppqsort_suite/actions/workflows/tests.yml/badge.svg)](https://github.com/GabTux/ppqsort_suite/actions/workflows/tests.yml) [![codecov](https://codecov.io/gh/GabTux/ppqsort_suite/graph/badge.svg?token=K7UVUZ4N1N)](https://codecov.io/gh/GabTux/ppqsort_suite) # Suite for PPQSort (Parallel Pattern QuickSort) ## Overview -This repository offers a test and benchmark suite for PPQSort (Parallel Pattern QuickSort). It's a practical for comparing various sorting algorithms. +This repository offers a test and benchmark suite for PPQSort (Parallel Pattern QuickSort). It's used for comparing various sorting algorithms.