Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Closes #1. Fix the README import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Jun 1, 2010
1 parent c7cf674 commit 72e7a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 "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. it. Add the relative path from your project's directory to the "ObjSqlite/src" directory.


7. You're ready to go. Just #import <ObjSqlite/ObjSqlite.h> anywhere you want to use ObjSqlite 7. You're ready to go. Just #import <ObjSqlite/ObjSqliteDB.h> anywhere you want to use ObjSqlite
classes in your project. classes in your project.


Testing ObjSqlite Testing ObjSqlite
Expand Down

0 comments on commit 72e7a5c

Please sign in to comment.