Skip to content

Commit

Permalink
docs: update docs esNext CRUD operation(update) adding collection mis…
Browse files Browse the repository at this point in the history
…sing
  • Loading branch information
hafiz authored and mbroadst committed Jan 22, 2018
1 parent 823f779 commit 1c132b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/content/reference/ecmascriptnext/crud.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const dbName = 'myproject';
console.log("Connected correctly to server");

const db = client.db(dbName);
const col = db.collection('updates');
let r;

// Insert a single document
Expand Down

0 comments on commit 1c132b8

Please sign in to comment.