From 3281e103a8aab3fc689b42b991018d63020d39b7 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Fri, 17 Dec 2021 12:28:31 +0100 Subject: [PATCH] bullet points changed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22f93c5..ba4d633 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ The program assumes POSIX functionalities as provided by unistd.h. The best way To compile the program you need a C++ compiler which supports the C++11 standard. The program has ben tested on the following systems: - - Debian Linux 5.10.70-1, GCC 10.2.1 20210110 - - macOS 11.5.2, Apple clang 12.0.5 +* Debian Linux 5.10.70-1, GCC 10.2.1 20210110 +* macOS 11.5.2, Apple clang 12.0.5 ## Installation