Skip to content

Commit b59ed82

Browse files
itsabdelrahmannodkz
authored andcommitted
docs: fix syntax error in README snippet
1 parent 85af3cf commit b59ed82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ const connections = {
190190
};
191191

192192
const mongooseOpts = { // options for mongoose 4.11.3 and above
193-
promiseLibrary = Promise;
193+
promiseLibrary: Promise;
194194
autoReconnect: true,
195195
reconnectTries: Number.MAX_VALUE,
196196
reconnectInterval: 1000,

0 commit comments

Comments
 (0)