From b4b1879e12eb6e119faf523aca69d62d8f5e977f Mon Sep 17 00:00:00 2001 From: nirgal Date: Thu, 9 Aug 2012 15:07:45 +0200 Subject: [PATCH] Typo in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index ca6af83..b35f167 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ programs to help you use Microsoft Access file in various settings. The major pieces are: . libmdb - the core library that allows access to MDB files programatically. -. libmdbsql - builds on libmdb to provide a SQL engine (ala Jet) +. libmdbsql - builds on libmdb to provide a SQL engine (aka Jet) . utils - provides command line utilities to list tables, export schema, and data, show the version of the files, and other useful stuff. . mdb-sql - a command line SQL tool that allows one to type sql queries and