From ca9133bd45c2b0bca5c54abb9b2375f54e6ee704 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Tue, 28 Sep 2010 18:44:47 +0200
Subject: Update README file

---
 README | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README
index b83c845..a451d56 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-ODB is an object-relational mapping (ORM) system for C++.
-
-@@
-
+ODB is an object-relational mapping (ORM) system for C++. It provides
+tools, APIs, and library support that allow you to persist C++ objects
+to a relational database (RDBMS) without having to deal with tables,
+columns, or SQL and without manually writing any of the mapping code.
 For more information see:
 
 http://www.codesynthesis.com/products/odb/
-- 
cgit v1.1