Skip to content

Commit b4211cf

Browse files
authored
Update README.md
1 parent 2dc5aa2 commit b4211cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ db.createCollection(
4444
{author: 'WG Sebald', ...}
4545
)
4646
.result(function(response) {
47-
console.log(JSON.stringify(response,null,2));
47+
console.log(JSON.stringify(response, null, 2));
4848
}, function (error) {
49-
console.log(JSON.stringify(error,null,2));
49+
console.log(JSON.stringify(error, null, 2));
5050
});
5151
```
5252

0 commit comments

Comments
 (0)