Skip to content

Commit e23eb74

Browse files
committed
Fix database name in example docs
1 parent 6f9139e commit e23eb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ foreach ($zips as $string) {
2222

2323
$manager = new MongoDB\Driver\Manager("mongodb://localhost");
2424

25-
$result = $manager->executeBulkWrite("test.zips", $bulk);
25+
$result = $manager->executeBulkWrite("examples.zips", $bulk);
2626
printf("Inserted %d documents\n", $result->getInsertedCount());
2727

2828
?>

0 commit comments

Comments
 (0)