From e0058e168a543e7e6284d2d0c89470cf55fa2cbb Mon Sep 17 00:00:00 2001 From: Krzysztof Rutka Date: Wed, 13 Jun 2012 21:34:39 +0900 Subject: [PATCH] Fix bad formatting in the README file --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3898b09..520c11a 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,7 @@ Features * Full support for [OpenFlow Protocol 1.2][ofp3], * Backward compatibility with [OpenFlow Protocol 1.0][ofp1], - * Modular architecture, easily extensible, - * Very high test coverage thanks to property based testing. + * Modular architecture, easily extensible. Planned features ---------------- @@ -47,7 +46,7 @@ On Ubuntu: On RedHat/CentOS: -# yum install gcc wget make autoconf openssl openssl-devel ncurses ncurses-devel + # yum install gcc wget make autoconf openssl openssl-devel ncurses ncurses-devel On other Linux systems you need to install the counterparts of aforementioned packages.