From 8bb91188a710d55cf650f8c38b1c5c5b368d2769 Mon Sep 17 00:00:00 2001 From: Parikshit Hooda Date: Fri, 11 Oct 2019 01:50:31 +0530 Subject: [PATCH] Update README.md - refactor documentation Converted identifying requirements to bullet points rather than plain lines, owing to better comprehensibility. Changed \####\ to ** ** - Because it makes sense to bolden the bullet points, rather than declaring them as headers --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1df65bd..ab1ceb6 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ Tests are configured with YAML files, making this tool easy to update as test sp linux-bench currently supports tests for benchmark version 1.1.0 only. linux-bench will determine the test set to run on the host machine based on the following: -##### Operating system platform - ubuntu/debian/rhel/coreos -##### Boot loader - grub/grub2 -##### System logging tool - rsyslog/syslog-ng -##### Lsm - selinux/apparmor +- **Operating system platform - ubuntu/debian/rhel/coreos** +- **Boot loader - grub/grub2** +- **System logging tool - rsyslog/syslog-ng** +- **Lsm - selinux/apparmor** ## Installation