Skip to content

Commit c1e02a9

Browse files
author
Giacomo Fabbian
authored
Update README.md
1 parent 0b74edb commit c1e02a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Schema::create('users', function($collection)
254254
$collection->unique('email');
255255
});
256256
```
257-
You can also pass all the parameter specified in the MongoDB docs [here](https://docs.mongodb.com/manual/reference/method/db.collection.createIndex/#options-for-all-index-types) in the `$options` parameter. For example:
257+
You can also pass all the parameters specified in the MongoDB docs [here](https://docs.mongodb.com/manual/reference/method/db.collection.createIndex/#options-for-all-index-types) in the `$options` parameter. For example:
258258

259259
```
260260
Schema::create('users', function($collection)

0 commit comments

Comments
 (0)