Updated FAQ (markdown)

g40 2011-05-31 11:52:32 -07:00
parent 6546452170
commit bafa0da800

8
FAQ.md

@ -62,8 +62,10 @@ Example code:
This fails with:
var client = new Client(connectionString);
^
ReferenceError: Client is not defined
var client = new Client(connectionString);
^
ReferenceError: Client is not defined
Thank you Brian. pg is excellent.