From 7f77a424e3f2ad233131f390259064696001e1c8 Mon Sep 17 00:00:00 2001 From: Roland Bock Date: Mon, 19 Aug 2013 08:10:11 +0200 Subject: [PATCH] Minor doc cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffe11e68..d9faf453 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ Requirements: __Compiler:__ sqlpp11 makes heavy use of C++11 and requires a recent compiler and STL. The following compilers are known to compile the test programs: - * clang-3.2 on Ubuntu-12.4 - * g++-4.8 on Ubuntu-12.4 + * clang-3.2 on Ubuntu-12.4 + * g++-4.8 on Ubuntu-12.4 __Database Connector:__ sqlpp11 requires a certain api in order to connect with the database, see database/api.h.