Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Jan 2, 2012
1 parent fb1bdbc commit 007a1ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Readme.md
Expand Up @@ -63,8 +63,7 @@ Here are the constructors the non-Javascript BSON primitive types:

// Fetch the library
var mongo = require('mongodb');
// Create new instances of BSON types
// Create new instances of BSON types
new mongo.Long(numberString)
new mongo.ObjectID(hexString)
new mongo.Timestamp() // the actual unique number is generated on insert.
Expand Down

0 comments on commit 007a1ce

Please sign in to comment.