summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsharp.maestro <sharp.maestro@gmail.com>2013-11-07 19:18:17 +0400
committersharp.maestro <sharp.maestro@gmail.com>2013-11-07 19:18:17 +0400
commitce753304e2e80cc222ced75f18ab194834e3c7a6 (patch)
tree83d6d342399bf258829318565ef0b91afb8a3cbf
parent8439c17dbe8308fc7563d34c99787ba1cf73d876 (diff)
downloadasync-ce753304e2e80cc222ced75f18ab194834e3c7a6.tar.gz
added comment in example.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e2a78e..7b0ced1 100644
--- a/README.md
+++ b/README.md
@@ -891,8 +891,10 @@ __Arguments__
__Example__
```js
-// Requires lodash (or underscore), express3 and dresende's orm2
+// Requires lodash (or underscore), express3 and dresende's orm2.
// Part of an app, that fetches cats of the logged user.
+// This example uses `seq` function to avoid overnesting and error
+// handling clutter.
app.get('/cats', function(request, response) {
function handleError(err, data, callback) {
if (err) {