From 72e7a5c697e5adae781187b6bef704e8519109f4 Mon Sep 17 00:00:00 2001 From: Jeff Verkoeyen Date: Tue, 1 Jun 2010 13:21:44 -0400 Subject: [PATCH] Closes #1. Fix the README import path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e086437..8cf19f8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ ObjSqlite is compiled as a static library. Here is how to add it to your projec "Project Settings" and go to the "Build" tab. Look for "Header Search Paths" and double-click it. Add the relative path from your project's directory to the "ObjSqlite/src" directory. -7. You're ready to go. Just #import anywhere you want to use ObjSqlite +7. You're ready to go. Just #import anywhere you want to use ObjSqlite classes in your project. Testing ObjSqlite