Procházet zdrojové kódy

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

August Mueller před 14 roky
rodič
revize
473b3f2ff3
1 změnil soubory, kde provedl 6 přidání a 4 odebrání
  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.