From f462c937e2bdb20087fee5a19ce84c14cd34b8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Sat, 24 Aug 2013 19:41:35 +0200 Subject: [PATCH] Fixing a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba4e8d5..ba46eb7 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ in a custom shared pointer (See the inner class "Statement::Ptr"). To use this wrappers, you need to add the 10 SQLiteC++ source files from the src/ directory in your project code base, and compile/link against the sqlite library. -### Buildng the examples: +### Building the examples: A basic Makefile is provided, tested under Linux/Ubuntu 12.10, requiring the sqlite3 static library (sqlite3-dev Debian/Ubuntu package) Solutions for Visual Studio 2008 and 2010 are provided in the "msvc/" directory, directly using the sqlite3.c source code for ease of use.