diff --git a/README.md b/README.md index 4fa3805..a7ec432 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ -SQLite is a software library that implements a self-contained, serverless, zero-configuration, -transactional SQL database engine. The source code for SQLite is in the public domain and is thus -free for use for any purpose, commercial or private. SQLite is the most widely deployed SQL database -engine in the world. +SQLite for Delphi and FreePascal/Lazarus +======================================== This package contains complete SQLite3 API translation for Delphi and FreePascal, as well as a simple Unicode-enabled object wrapper to simplify the use of this database engine. -Compatible with Delphi/C++Builder 6—XE2 and FreePascal/Lazarus. \ No newline at end of file +Compatible with Delphi/C++Builder 6–XE2 and FreePascal/Lazarus. + +SQLite +------ + +SQLite is a software library that implements a self-contained, serverless, zero-configuration, +transactional SQL database engine. The source code for SQLite is in the public domain and is thus +free for use for any purpose, commercial or private. SQLite is the most widely deployed SQL database +engine in the world. \ No newline at end of file