Jerry. (my) typos plus formatting

g40 2011-05-26 12:32:02 -07:00
parent 1d9604a674
commit 6f1b6248d3

2
FAQ.md

@ -37,7 +37,7 @@ pg.query(..., function(err, result) {
});
```
### 5. If pg returns query data in JSON format, for web serivce applications, it would make sense to return that directly to the client. If this assumption is correct what is the most efficient method? ###
### 5. If pg returns query data in JSON format, for web service applications, it would make sense to return that directly to the client. If this assumption is correct what is the most efficient method? ###
```js
http.createServer(function(req, res) {
//NOTE: pg connection boilerplate not present