Pārlūkot izejas kodu

Updated the readme to point to the sqlite faq as well.

August Mueller 14 gadi atpakaļ
vecāks
revīzija
473b3f2ff3
1 mainītis faili ar 6 papildinājumiem un 4 dzēšanām
  1. 6 4
      README.markdown

+ 6 - 4
README.markdown

@@ -1,13 +1,15 @@
 # FMDB
-
 This is an Objective-C wrapper around SQLite: http://sqlite.org/
 
-## Mailing List:
-
+## The FMDB Mailing List:
 http://groups.google.com/group/fmdb
 
-## Usage
+## Read the SQLite FAQ:
+http://www.sqlite.org/faq.html
 
+Since FMDB is built on top of SQLite, you're going to want to read this page top to bottom at least once.  And while you're there, make sure to bookmark the SQLite Documentation page: http://www.sqlite.org/docs.html
+
+## Usage
 There are two main classes in FMDB:
 
 1. `FMDatabase` - Represents a single SQLite database.  Used for executing SQL statements.