From 435eb6dba64e2414e0d321d25ae68ca727d0f107 Mon Sep 17 00:00:00 2001 From: Ivaylo Ivanov Date: Mon, 24 Dec 2018 15:53:53 +0000 Subject: [PATCH] Remove useless links from top README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50969fd..3327498 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ This project contains some basic UNIX command line tools I had to do for TU. Currently the toolset is ther following: -* (mygrep)[mygrep] - a simplified version of grep -* (http)[http] - an implementation of HTTP 1.1 client and server -* (cpair)[cpair] - a program that searches for the closest pair of points in a set of 2D-points -* (fb_arc_set)[fb_arc_set] - a set of programs that removes cycles in a directed graph +* mygrep - a simplified version of grep +* http - an implementation of HTTP 1.1 client and server +* cpair - a program that searches for the closest pair of points in a set of 2D-points +* fb_arc_set - a set of programs that removes cycles in a directed graph Feel free to read the descriptions for each tool. \ No newline at end of file