From d99c832dac240735f5aa282469762bab04c6a45c Mon Sep 17 00:00:00 2001 From: mithe24 Date: Thu, 30 Oct 2025 10:20:40 +0100 Subject: typos --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b9b6249..555eb68 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,9 @@ Navid S. Mikkel T. # Usage -To create the executeable run "make" in "src/". -The program takes a tsv file with positive integer coordinates as input. -It returns all of the coordinates sorted by the second coordinate to stdout. +To create the executable run `make` in `src/`. +The program takes a `tsv` file with positive integer coordinates as input. +It returns all the coordinates sorted by the second coordinate to `stdout`. To change the sorting algorithm use: -"sorter -a isort file.tsv" -The available sorting algorithms are isort (Insertionsort) and qsort -(Quicksort). +`sorter -a isort file.tsv` +The available sorting algorithms are Insertionsort and Quicksort. -- cgit v1.2.3-70-g09d2