From 14eb6e7f57e642bda394fa71a0690c0410760000 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 1 Mar 2019 11:33:01 +0100 Subject: docs: add new line in README.md Add new line between description and supported OSes. Looks better visually, also list of OSes is not split across lines. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4c5a2c64..cac7abd30 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ [![GoDoc](https://godoc.org/github.com/google/syzkaller?status.svg)](https://godoc.org/github.com/google/syzkaller) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) -`syzkaller` is an unsupervised coverage-guided kernel fuzzer. Supported OSes: `Akaros`, `FreeBSD`, `Fuchsia`, `gVisor`, `Linux`, `NetBSD`, `OpenBSD`, `Windows`. +`syzkaller` is an unsupervised coverage-guided kernel fuzzer.\ +Supported OSes: `Akaros`, `FreeBSD`, `Fuchsia`, `gVisor`, `Linux`, `NetBSD`, `OpenBSD`, `Windows`. Mailing list: [syzkaller@googlegroups.com](https://groups.google.com/forum/#!forum/syzkaller) (join on [web](https://groups.google.com/forum/#!forum/syzkaller) or by [email](mailto:syzkaller+subscribe@googlegroups.com)). -- cgit mrf-deployment