Commit 18dcc7d5 authored by Sergey's avatar Sergey

Update data.md

parent 62f84132
......@@ -13,7 +13,7 @@ examples uses the low-level `mongodb` PHP driver:
$file = "http://media.mongodb.org/zips.json";
$zips = file($file, FILE_IGNORE_NEW_LINES);
$bulk = new MongoDB\Driver\BulkWrite());
$bulk = new MongoDB\Driver\BulkWrite();
foreach ($zips as $string) {
$document = json_decode($string);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment