We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb8e58 commit fa2fe4bCopy full SHA for fa2fe4b
README.md
@@ -45,7 +45,6 @@ let db2 = new Database();
45
let {query, bindVars} = aqlQuery`RETURN ${Date.now()}`;
46
47
// or plain old Node-style
48
-
49
var arangojs = require('arangojs');
50
var db1 = arangojs();
51
var db2 = new arangojs.Database();
@@ -56,7 +55,7 @@ var bindVars = aql.bindVars;
56
55
57
# API
58
59
-All asynchronous functions take an optional node-style callback (or "errback") with the following arguments:
+All asynchronous functions take an optional Node-style callback (or "errback") as the last argument with the following arguments:
60
61
* *err*: an *Error* object if an error occurred, or *null* if no error occurred.
62
* *result*: the function's result (if applicable).
0 commit comments